Skip to content

Commit

Permalink
Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronn committed Feb 26, 2019
1 parent 01579e1 commit 931fe74
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 131 deletions.
5 changes: 5 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ verify_ssl = true
name = "pypi"

[packages]
django = {version=">=2.0.10"}
djangorestframework = "*"
twilio = "*"


[dev-packages]
flake8 = "*"
pandoc = "*"
pep8 = "*"
pytest= "*"
pytest-cov= "*"
pytest-django= "*"
requests = {version=">=2.20.0"}
setuptools-markdown = "*"
twine = "*"
urllib3 = {version=">=1.23"}
wheel = "*"

[requires]
Expand Down
Loading

0 comments on commit 931fe74

Please sign in to comment.