Skip to content

Commit

Permalink
Update django version
Browse files Browse the repository at this point in the history
  • Loading branch information
nandooliveira committed May 8, 2019
1 parent 67f0ced commit 3d7ac0e
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pep8 = "*"
pylint = "<2.0.0"

[packages]
django = "==1.11.19"
pillow = "==6.0.0"
psycopg2 = "==2.7.6.1"
psycopg2-binary = "==2.8.1"
pytz = "==2018.7"

[requires]
python_version = "2.7"
264 changes: 264 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.11.16
Django==1.11.19
Pillow==6.0.0
psycopg2==2.7.6.1
psycopg2-binary==2.8.1
Expand Down

0 comments on commit 3d7ac0e

Please sign in to comment.