diff --git a/.gitignore b/.gitignore index 5d6af77..d6ad818 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ docs/Ordigi_data_scheme.odg /ressources /Session.vim /tags +/workflow.sh diff --git a/requirements.txt b/requirements.txt index 6358f83..c287421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/workflow.sh b/workflow.sh deleted file mode 100644 index 93d0aa0..0000000 --- a/workflow.sh +++ /dev/null @@ -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 . -