updated pipfile

This commit is contained in:
Jonas Winkler 2020-10-20 00:29:54 +02:00
parent 91b82b6884
commit 879683a074
2 changed files with 535 additions and 538 deletions

36
Pipfile
View File

@ -4,27 +4,30 @@ verify_ssl = true
name = "pypi" name = "pypi"
[packages] [packages]
django = "<2.1,>=2.0" django = "*"
pillow = "*" pillow = "*"
coveralls = "*"
dateparser = "*" dateparser = "*"
django-cors-headers = "*" django-cors-headers = "*"
django-crispy-forms = "*"
django-extensions = "*"
django-filter = "*"
djangorestframework = "*" djangorestframework = "*"
factory-boy = "*"
filemagic = "*"
fuzzywuzzy = {extras = ["speedup"],version = "==0.15.0"}
gunicorn = "*"
inotify-simple = "*" inotify-simple = "*"
python-gnupg = "*"
python-dotenv = "*"
filemagic = "*"
pyocr = "*"
langdetect = "*" langdetect = "*"
pdftotext = "*" pdftotext = "*"
pyocr = "*" django-filter = "*"
python-dateutil = "*" python-dateutil = "*"
python-dotenv = "*" psycopg2 = "*"
python-gnupg = "*" scikit-learn="*"
pytz = "*" whoosh="*"
gunicorn = "*"
django-extensions = "*"
[dev-packages]
coveralls = "*"
factory-boy = "*"
sphinx = "*" sphinx = "*"
tox = "*" tox = "*"
pycodestyle = "*" pycodestyle = "*"
@ -34,10 +37,3 @@ pytest-django = "*"
pytest-sugar = "*" pytest-sugar = "*"
pytest-env = "*" pytest-env = "*"
pytest-xdist = "*" pytest-xdist = "*"
psycopg2 = "*"
djangoql = "*"
whitenoise = "*"
brotli = "*"
[dev-packages]
ipython = "*"

1037
Pipfile.lock generated

File diff suppressed because it is too large Load Diff