mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
52 lines
902 B
TOML
52 lines
902 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[[source]]
|
|
url = "https://www.piwheels.org/simple"
|
|
verify_ssl = true
|
|
name = "piwheels"
|
|
|
|
[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 = "~=5.2"
|
|
fuzzywuzzy = "*"
|
|
python-Levenshtein = "*"
|
|
django-extensions = "*"
|
|
watchdog = "*"
|
|
pathvalidate = "*"
|
|
django-q = "*"
|
|
redis = "*"
|
|
imap-tools = "*"
|
|
|
|
[dev-packages]
|
|
coveralls = "*"
|
|
factory-boy = "*"
|
|
sphinx = "~=3.3"
|
|
tox = "*"
|
|
pycodestyle = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-django = "*"
|
|
pytest-sugar = "*"
|
|
pytest-env = "*"
|
|
pytest-xdist = "*"
|
|
sphinx_rtd_theme = "*"
|