Skip to content

Commit 85ed249

Browse files
committed
update Pipfile
1 parent 6ef9e45 commit 85ed249

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Pipfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
django = "==2.1"
8-
pre-commit = "*"
97

108
[dev-packages]
9+
django = "*"
10+
pre-commit = "*"
1111
django-reversion = "*"
1212
django-webtest = "*"
1313
mock = "*"
@@ -20,6 +20,7 @@ tox = "*"
2020
"psycopg2-binary" = "*"
2121
check-manifest = "*"
2222
sphinx = "*"
23+
twine="*"
2324

2425
[requires]
2526
python_version = "3.6"

0 commit comments

Comments
 (0)