Remove specific versions from Pipfile and adjust Pipfile.lock and requirements.txt accordingly

This commit is contained in:
Florian Gabsteiger
2019-08-06 12:25:37 -09:00
parent 1bb31bddbf
commit 118a3dba5b
3 changed files with 362 additions and 393 deletions

48
Pipfile
View File

@@ -4,6 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
django = "<2.1,>=2.0"
pillow = "*"
coveralls = "*"
dateparser = "*"
django-cors-headers = "*"
@@ -13,8 +15,9 @@ django-filter = "*"
djangorestframework = "*"
factory-boy = "*"
filemagic = "*"
fuzzywuzzy = {extras = ["speedup"], version = "==0.15.0"}
fuzzywuzzy = {extras = ["speedup"],version = "==0.15.0"}
gunicorn = "*"
inotify-simple = "*"
langdetect = "*"
pdftotext = "*"
pyocr = "*"
@@ -22,6 +25,7 @@ python-dateutil = "*"
python-dotenv = "*"
python-gnupg = "*"
pytz = "*"
sphinx = "*"
tox = "*"
pycodestyle = "*"
pytest = "*"
@@ -33,47 +37,7 @@ 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 = "*"
brotli = "*"
[dev-packages]
ipython = "*"