Remove all external dependencies

This commit is contained in:
R. Miles McCain
2020-06-28 02:58:49 +00:00
parent 4a8939796e
commit bb0dc2e90f
11 changed files with 3151 additions and 153 deletions

View File

@@ -3,9 +3,6 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
[packages]
django = "*"
django-allauth = "*"
@@ -26,6 +23,4 @@ pycountry = "*"
ipaddress = "*"
html2text = "*"
django-health-check = "*"
[pipenv]
allow_prereleases = true
django-npm = "*"