Browse Source

Update pypi package versions (requirements.txt)

merge-requests/61/head
Deimos 6 years ago
parent
commit
b1c1d8eb4a
  1. 44
      tildes/requirements.txt

44
tildes/requirements.txt

@ -11,7 +11,7 @@ beautifulsoup4==4.7.1
black==18.9b0 black==18.9b0
bleach==3.1.0 bleach==3.1.0
certifi==2018.11.29 certifi==2018.11.29
cffi==1.11.5
cffi==1.12.2
chardet==3.0.4 chardet==3.0.4
Click==7.0 Click==7.0
cornice==3.5.1 cornice==3.5.1
@ -20,22 +20,22 @@ dodgy==0.1.9
freezegun==0.3.11 freezegun==0.3.11
gunicorn==19.9.0 gunicorn==19.9.0
html5lib==1.0.1 html5lib==1.0.1
hupper==1.4.2
hupper==1.5
idna==2.8 idna==2.8
ipython==7.2.0
ipython==7.3.0
ipython-genutils==0.2.0 ipython-genutils==0.2.0
isort==4.3.4
jedi==0.13.2
isort==4.3.9
jedi==0.13.3
Jinja2==2.10 Jinja2==2.10
lazy-object-proxy==1.3.1 lazy-object-proxy==1.3.1
Mako==1.0.7 Mako==1.0.7
MarkupSafe==1.1.0
marshmallow==2.18.0
MarkupSafe==1.1.1
marshmallow==2.18.1
mccabe==0.6.1 mccabe==0.6.1
more-itertools==5.0.0
mypy==0.660
more-itertools==6.0.0
mypy==0.670
mypy-extensions==0.4.1 mypy-extensions==0.4.1
parso==0.3.3
parso==0.3.4
PasteDeploy==2.0.1 PasteDeploy==2.0.1
pep8-naming==0.4.1 pep8-naming==0.4.1
pexpect==4.6.0 pexpect==4.6.0
@ -43,14 +43,14 @@ pickleshare==0.7.5
Pillow==5.4.1 Pillow==5.4.1
plaster==1.0 plaster==1.0
plaster-pastedeploy==0.6 plaster-pastedeploy==0.6
pluggy==0.8.1
prometheus-client==0.5.0
prompt-toolkit==2.0.8
pluggy==0.9.0
prometheus-client==0.6.0
prompt-toolkit==2.0.9
prospector==1.1.6.2 prospector==1.1.6.2
psycopg2==2.7.7 psycopg2==2.7.7
ptyprocess==0.6.0 ptyprocess==0.6.0
publicsuffix2==2.20160818 publicsuffix2==2.20160818
py==1.7.0
py==1.8.0
pycodestyle==2.4.0 pycodestyle==2.4.0
pycparser==2.19 pycparser==2.19
pydocstyle==3.0.0 pydocstyle==3.0.0
@ -70,25 +70,25 @@ pyramid-mako==1.0.2
pyramid-session-redis==1.4.1 pyramid-session-redis==1.4.1
pyramid-tm==2.2.1 pyramid-tm==2.2.1
pyramid-webassets==0.10 pyramid-webassets==0.10
pytest==4.2.0
pytest==4.3.0
pytest-mock==1.10.1 pytest-mock==1.10.1
python-dateutil==2.8.0 python-dateutil==2.8.0
python-editor==1.0.4 python-editor==1.0.4
PyYAML==3.13 PyYAML==3.13
qrcode==6.1 qrcode==6.1
redis==3.1.0
redis==3.2.0
repoze.lru==0.7 repoze.lru==0.7
requests==2.21.0 requests==2.21.0
requirements-detector==0.6 requirements-detector==0.6
sentry-sdk==0.7.1
sentry-sdk==0.7.4
setoptconf==0.2.0 setoptconf==0.2.0
simplejson==3.16.0 simplejson==3.16.0
six==1.12.0 six==1.12.0
snowballstemmer==1.2.1 snowballstemmer==1.2.1
soupsieve==1.7.3
SQLAlchemy==1.2.17
soupsieve==1.8
SQLAlchemy==1.2.18
SQLAlchemy-Utils==0.33.11 SQLAlchemy-Utils==0.33.11
stripe==2.20.3
stripe==2.21.0
testing.common.database==2.0.3 testing.common.database==2.0.3
testing.redis==1.1.1 testing.redis==1.1.1
titlecase==0.12.0 titlecase==0.12.0
@ -96,7 +96,7 @@ toml==0.10.0
traitlets==4.3.2 traitlets==4.3.2
transaction==2.4.0 transaction==2.4.0
translationstring==1.3 translationstring==1.3
typed-ast==1.2.0
typed-ast==1.3.1
urllib3==1.24.1 urllib3==1.24.1
venusian==1.2.0 venusian==1.2.0
waitress==1.2.1 waitress==1.2.1
@ -105,7 +105,7 @@ webargs==4.4.1
webassets==0.12.1 webassets==0.12.1
webencodings==0.5.1 webencodings==0.5.1
WebOb==1.8.5 WebOb==1.8.5
WebTest==2.0.32
WebTest==2.0.33
wrapt==1.11.1 wrapt==1.11.1
zope.deprecation==4.4.0 zope.deprecation==4.4.0
zope.interface==4.6.0 zope.interface==4.6.0

Loading…
Cancel
Save