replacing requirements.txt with pipenv file
This commit is contained in:
parent
a8e403ae04
commit
738b73bc52
3 changed files with 22 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ keys.py
|
||||||
lib
|
lib
|
||||||
gcloud.json
|
gcloud.json
|
||||||
tests/.Exif.tests.jpg.json
|
tests/.Exif.tests.jpg.json
|
||||||
|
Pipfile.lock
|
||||||
|
|
21
Pipfile
Normal file
21
Pipfile
Normal 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"
|
|
@ -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
|
|
Loading…
Reference in a new issue