all repos — nasg @ 738b73bc520979e561e7747d8d816a268653e75e

replacing requirements.txt with pipenv file
Peter Molnar hello@petermolnar.eu
Mon, 03 Dec 2018 10:52:17 +0000
commit

738b73bc520979e561e7747d8d816a268653e75e

parent

a8e403ae04051176ecdf70d2134fee05f05b80e5

3 files changed, 22 insertions(+), 10 deletions(-)

jump to
M .gitignore.gitignore

@@ -5,3 +5,4 @@ .idea

lib gcloud.json tests/.Exif.tests.jpg.json +Pipfile.lock
A Pipfile

@@ -0,0 +1,21 @@

+[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +arrow = "==0.12.1" +bleach = "==2.1.3" +emoji = "==0.5.0" +feedgen = "==0.7.0" +langdetect = "==1.0.7" +python-frontmatter = "==0.4.2" +requests = "==2.19.1" +unicode-slugify = "==0.1.3" +Jinja2 = "==2.10" +Wand = "==0.4.4" + +[requires] +python_version = "3.6"
D requirements.txt

@@ -1,10 +0,0 @@

-arrow==0.12.1 -bleach==2.1.3 -emoji==0.5.0 -feedgen==0.7.0 -Jinja2==2.10 -langdetect==1.0.7 -python-frontmatter==0.4.2 -requests==2.19.1 -unicode-slugify==0.1.3 -Wand==0.4.4