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 /ressources
/Session.vim /Session.vim
/tags /tags
/workflow.sh

View File

@ -1,7 +1,9 @@
click==6.6 click
imagehash==4.2.1 python-dateutil
geopy
imagehash
inquirer inquirer
configparser==3.5.0 configparser
tabulate==0.7.7 tabulate
Pillow==8.0 Pillow
pyheif_pillow_opener=0.1 #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 .