Skip to content

Commit

Permalink
Moved from requirements.txt to pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Dec 8, 2017
1 parent 8828f0c commit 647bdb7
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 66 deletions.
24 changes: 24 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

django = "==2.0"
"argon2-cffi" = "*"
django-compressor = "*"
"psycopg2" = "*"
bcrypt = "*"


[dev-packages]

django-debug-toolbar = "*"
sphinx = "*"
coverage = "*"
"flake8" = "*"
pytest = "*"
tox = "*"
Loading

0 comments on commit 647bdb7

Please sign in to comment.