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

1037
Pipfile.lock generated

File diff suppressed because it is too large Load Diff