mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
updated pipfile
This commit is contained in:
parent
91b82b6884
commit
879683a074
36
Pipfile
36
Pipfile
@ -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
1037
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user