paperless-ngx/requirements.txt

104 lines
3.4 KiB
Text
Raw Normal View History

#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.python.org/simple
--extra-index-url https://www.piwheels.org/simple
2021-01-26 00:50:29 +01:00
aioredis==1.3.1
2021-08-19 00:06:23 +02:00
arrow==1.1.1; python_version >= '3.6'
asgiref==3.4.1; python_version >= '3.6'
2021-01-26 00:50:29 +01:00
async-timeout==3.0.1; python_full_version >= '3.5.3'
2021-05-15 14:59:35 +02:00
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2021-03-21 12:20:10 +01:00
autobahn==21.3.1; python_version >= '3.7'
2021-01-26 00:50:29 +01:00
automat==20.2.0
2021-08-19 00:06:23 +02:00
backports.zoneinfo==0.2.1
blessed==1.18.1; python_version >= '2.7'
2021-06-13 12:40:28 +02:00
certifi==2021.5.30
2021-08-19 00:06:23 +02:00
cffi==1.14.6
channels-redis==3.3.0
channels==3.0.4
chardet==4.0.0; python_version >= '3.1'
2021-08-19 00:06:23 +02:00
charset-normalizer==2.0.4; python_version >= '3'
2021-06-13 12:40:28 +02:00
click==8.0.1; python_version >= '3.6'
coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2021-02-06 17:37:47 +01:00
concurrent-log-handler==0.9.19
2021-01-26 00:50:29 +01:00
constantly==15.1.0
2021-04-02 14:26:20 +02:00
cryptography==3.4.7
2021-04-17 14:56:25 +02:00
daphne==3.0.2; python_version >= '3.6'
2021-02-28 13:01:26 +01:00
dateparser==1.0.0
2021-08-19 00:06:23 +02:00
django-cors-headers==3.8.0
2021-05-15 14:59:35 +02:00
django-extensions==3.1.3
django-filter==2.4.0
django-picklefield==3.0.1; python_version >= '3'
2021-08-19 00:06:23 +02:00
django-q==1.3.9
django==3.2.6
2021-04-02 14:26:20 +02:00
djangorestframework==3.12.4
filelock==3.0.12
2021-02-02 20:43:07 +01:00
fuzzywuzzy[speedup]==0.18.0
2021-04-02 14:26:20 +02:00
gunicorn==20.1.0
2021-01-27 19:57:04 +01:00
h11==0.12.0; python_version >= '3.6'
2021-04-02 14:26:20 +02:00
hiredis==2.0.0; python_version >= '3.6'
2021-06-13 12:40:28 +02:00
httptools==0.2.0
humanfriendly==9.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2021-01-26 00:50:29 +01:00
hyperlink==21.0.0
2021-08-19 00:06:23 +02:00
idna==3.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
imap-tools==0.46.0
2021-05-15 14:59:35 +02:00
img2pdf==0.4.1
2021-03-21 12:20:10 +01:00
incremental==21.3.0
inotify-simple==1.3.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
inotifyrecursive==0.3.5
2021-02-10 11:50:57 +01:00
joblib==1.0.1; python_version >= '3.6'
2021-05-15 14:59:35 +02:00
langdetect==1.0.9
2021-04-02 14:26:20 +02:00
lxml==4.6.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2021-01-26 00:50:29 +01:00
msgpack==1.0.2
2021-08-19 00:06:23 +02:00
numpy==1.21.2
ocrmypdf==12.3.2
2021-04-17 14:56:25 +02:00
pathvalidate==2.4.1
2021-02-21 00:24:33 +01:00
pdfminer.six==20201018
2021-08-19 00:06:23 +02:00
pikepdf==2.16.1
pillow==8.3.1
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2021-04-02 14:26:20 +02:00
portalocker==2.3.0; python_version >= '3'
2021-08-19 00:06:23 +02:00
psycopg2-binary==2.9.1
2021-01-26 00:50:29 +01:00
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2021-01-27 19:57:04 +01:00
pyopenssl==20.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2021-08-19 00:06:23 +02:00
python-dateutil==2.8.2
python-dotenv==0.19.0
2021-03-21 12:20:10 +01:00
python-gnupg==0.4.7
2021-02-02 20:31:25 +01:00
python-levenshtein==0.12.2
2021-06-13 12:40:28 +02:00
python-magic==0.4.24
2021-02-02 20:31:25 +01:00
pytz==2021.1
2021-01-27 19:57:04 +01:00
pyyaml==5.4.1
redis==3.5.3
2021-08-19 00:06:23 +02:00
regex==2021.8.3
reportlab==3.6.1; python_version >= '2.7' and python_version < '4'
requests==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
2021-01-26 18:01:24 +01:00
scikit-learn==0.24.0
2021-08-19 00:06:23 +02:00
scipy==1.7.1; python_version < '3.10' and python_version >= '3.7'
2021-05-15 14:59:35 +02:00
service-identity==21.1.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2021-06-13 12:40:28 +02:00
sortedcontainers==2.4.0
sqlparse==0.4.1; python_version >= '3.5'
2021-08-19 00:06:23 +02:00
threadpoolctl==2.2.0; python_version >= '3.6'
tika==1.24
2021-08-19 00:06:23 +02:00
tqdm==4.62.1
twisted[tls]==21.7.0; python_full_version >= '3.6.7'
2021-02-21 00:24:33 +01:00
txaio==21.2.1; python_version >= '3.6'
2021-08-19 00:06:23 +02:00
typing-extensions==3.10.0.0
tzlocal==3.0; python_version >= '3.6'
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
uvicorn[standard]==0.15.0
uvloop==0.16.0
watchdog==2.1.3
2021-02-21 00:24:33 +01:00
watchgod==0.7
wcwidth==0.2.5
2021-06-13 12:40:28 +02:00
websockets==9.1
2021-08-19 00:06:23 +02:00
whitenoise==5.3.0
whoosh==2.7.4
2021-04-17 14:56:25 +02:00
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'