From 202366a8f95f46163130dc8ffd5780b57984f891 Mon Sep 17 00:00:00 2001 From: Cedric Leporcq Date: Sun, 31 Oct 2021 15:17:20 +0100 Subject: [PATCH] fixup! Add standard python build files --- .gitignore | 1 + requirements.txt | 14 ++++++++------ workflow.sh | 12 ------------ 3 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 workflow.sh 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 . -