paperless-ngx/Pipfile
2019-08-05 20:48:53 +02:00

80 lines
1.3 KiB
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
coveralls = "*"
dateparser = "*"
django-cors-headers = "*"
django-crispy-forms = "*"
django-extensions = "*"
django-filter = "*"
djangorestframework = "*"
factory-boy = "*"
filemagic = "*"
fuzzywuzzy = {extras = ["speedup"], version = "==0.15.0"}
gunicorn = "*"
langdetect = "*"
pdftotext = "*"
pyocr = "*"
python-dateutil = "*"
python-dotenv = "*"
python-gnupg = "*"
pytz = "*"
tox = "*"
pycodestyle = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-sugar = "*"
pytest-env = "*"
pytest-xdist = "*"
psycopg2 = "*"
djangoql = "*"
whitenoise = "*"
alabaster = "*"
apipkg = "*"
atomicwrites = "*"
attrs = "*"
certifi = "*"
chardet = "*"
coverage = "*"
docopt = "*"
docutils = "*"
execnet = "*"
filelock = "*"
idna = "*"
imagesize = "*"
more-itertools = "*"
pluggy = "*"
ply = "*"
py = "*"
pyparsing = "*"
pytest-forked = "*"
regex = "*"
requests = "*"
six = "*"
snowballstemmer = "*"
sphinxcontrib-websupport = "*"
termcolor = "*"
text-unidecode = "*"
toml = "*"
tzlocal = "*"
urllib3 = "*"
virtualenv = "*"
Django = "<2.1,>=2.0"
Pillow = "*"
inotify_simple = "*"
Sphinx = "*"
Brotli = "*"
Babel = "*"
Faker = "*"
Jinja2 = "*"
MarkupSafe = "*"
Pygments = "*"
python-Levenshtein = "*"
[dev-packages]
ipython = "*"