replacing requirements.txt with pipenv file

This commit is contained in:
Peter Molnar 2018-12-03 10:52:17 +00:00
parent a8e403ae04
commit 738b73bc52
3 changed files with 22 additions and 10 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ keys.py
lib
gcloud.json
tests/.Exif.tests.jpg.json
Pipfile.lock

21
Pipfile Normal file
View file

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

View file

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