Skip to content

Commit 931fe74

Browse files
committed
Pipfile
1 parent 01579e1 commit 931fe74

File tree

2 files changed

+190
-131
lines changed

2 files changed

+190
-131
lines changed

Pipfile

+5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7+
django = {version=">=2.0.10"}
8+
djangorestframework = "*"
79
twilio = "*"
810

11+
912
[dev-packages]
1013
flake8 = "*"
1114
pandoc = "*"
1215
pep8 = "*"
1316
pytest= "*"
1417
pytest-cov= "*"
1518
pytest-django= "*"
19+
requests = {version=">=2.20.0"}
1620
setuptools-markdown = "*"
1721
twine = "*"
22+
urllib3 = {version=">=1.23"}
1823
wheel = "*"
1924

2025
[requires]

0 commit comments

Comments
 (0)