fixup! Add standard python build files
This commit is contained in:
parent
0b81f89eee
commit
202366a8f9
|
@ -17,4 +17,5 @@ docs/Ordigi_data_scheme.odg
|
|||
/ressources
|
||||
/Session.vim
|
||||
/tags
|
||||
/workflow.sh
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
click==6.6
|
||||
imagehash==4.2.1
|
||||
click
|
||||
python-dateutil
|
||||
geopy
|
||||
imagehash
|
||||
inquirer
|
||||
configparser==3.5.0
|
||||
tabulate==0.7.7
|
||||
Pillow==8.0
|
||||
pyheif_pillow_opener=0.1
|
||||
configparser
|
||||
tabulate
|
||||
Pillow
|
||||
#xpyheif_pillow_opener
|
||||
|
|
12
workflow.sh
12
workflow.sh
|
@ -1,12 +0,0 @@
|
|||
# Create virtual environment
|
||||
nmkvirtualenv ordigi
|
||||
|
||||
# Work on it (activate and cd)
|
||||
workon ordigi
|
||||
|
||||
# Install required dependencies
|
||||
pip install -r requirements.txt
|
||||
|
||||
# Install it
|
||||
pip install -e .
|
||||
|
Loading…
Reference in New Issue