fixup! Add standard python build files

This commit is contained in:
Cédric Leporcq 2021-10-31 15:17:20 +01:00
parent 0b81f89eee
commit 202366a8f9
3 changed files with 9 additions and 18 deletions

1
.gitignore vendored
View File

@ -17,4 +17,5 @@ docs/Ordigi_data_scheme.odg
/ressources
/Session.vim
/tags
/workflow.sh

View File

@ -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

View File

@ -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 .