Skip to content

Commit

Permalink
Remove python_requires from Pipfile
Browse files Browse the repository at this point in the history
Blocks pipenv check, version range not implemented.
  • Loading branch information
jameslzhu committed Jul 14, 2018
1 parent ea29325 commit 81ecd59
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
[[source]]

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


[requires]

python_version = "3"


[packages]

django = ">=2.0"
mysqlclient = "*"
livereload = "*"
whitenoise = "*"
pillow = "*"


[dev-packages]

pre-commit = "*"
pytest = "*"
pytest-django = "*"
tox = "*"

0 comments on commit 81ecd59

Please sign in to comment.