mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
44 lines
759 B
TOML
44 lines
759 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
django = "~=3.1"
|
|
pillow = "*"
|
|
dateparser = "~=0.7"
|
|
django-cors-headers = "*"
|
|
djangorestframework = "~=3.12"
|
|
python-gnupg = "*"
|
|
python-dotenv = "*"
|
|
filemagic = "*"
|
|
pyocr = "~=0.7"
|
|
langdetect = "*"
|
|
pdftotext = "*"
|
|
django-filter = "~=2.4"
|
|
python-dateutil = "*"
|
|
psycopg2-binary = "*"
|
|
scikit-learn="~=0.23"
|
|
whoosh="~=2.7"
|
|
gunicorn = "*"
|
|
whitenoise = "*"
|
|
fuzzywuzzy = "*"
|
|
python-Levenshtein = "*"
|
|
django-extensions = ""
|
|
watchdog = "*"
|
|
channels = "~=3.0"
|
|
channels-redis = "*"
|
|
|
|
[dev-packages]
|
|
coveralls = "*"
|
|
factory-boy = "*"
|
|
sphinx = "*"
|
|
tox = "*"
|
|
pycodestyle = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-django = "*"
|
|
pytest-sugar = "*"
|
|
pytest-env = "*"
|
|
pytest-xdist = "*"
|