Fix prerelease usage

This commit is contained in:
R. Miles McCain
2020-10-17 18:34:09 +00:00
parent a8fd263855
commit 8b1034ebb0
3 changed files with 9 additions and 124 deletions

View File

@@ -3,9 +3,6 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[pipenv]
allow_prereleases = true
[packages]
django = "~=3.0"
django-allauth = "~=0.42.0"
@@ -25,7 +22,4 @@ django-redis-cache = "~=2.1.1"
pycountry = "~=19.8.18"
html2text = "~=2020.1.16"
django-health-check = "~=3.12.1"
django-npm = "~=1.0.0"
[dev-packages]
black = "*"
django-npm = "~=1.0.0"