Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Jan 25, 2021
1 parent 5f6c38e commit c3b8c76
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 46 deletions.
76 changes: 47 additions & 29 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,47 @@
Babel==1.3
Chameleon==2.15
flake8==2.1.0
Jinja2==2.7.2
lingua==2.1
Mako==0.9.1
MarkupSafe==0.21
mccabe==0.2.1
PasteDeploy==1.5.2
pep8==1.5.6
polib==1.0.4
pyflakes==0.8.1
Pygments==1.6
pyramid==1.5
pyramid-debugtoolbar==2.0.2
pyramid-jinja2==2.0
pyramid-mako==1.0.1
pyScss==1.2.0.post3
pytz==2014.2
PyYAML==3.11
repoze.lru==0.6
six==1.6.1
translationstring==1.1
venusian==1.0a8
waitress==0.8.8
WebOb==1.3.1
wsgiref==0.1.2
zope.deprecation==4.1.1
zope.interface==4.1.1
attrs==20.3.0
Babel==2.9.0
beautifulsoup4==4.9.3
certifi==2020.12.5
chardet==4.0.0
flake8==3.8.4
hupper==1.10.2
idna==2.10
importlib-metadata==3.4.0
iniconfig==1.1.1
Jinja2==2.11.2
Mako==1.1.4
MarkupSafe==1.1.1
mccabe==0.6.1
packaging==20.8
PasteDeploy==2.1.1
plaster==1.0
plaster-pastedeploy==0.7
pluggy==0.13.1
py==1.10.0
pycodestyle==2.6.0
pyflakes==2.2.0
Pygments==2.7.4
pyparsing==2.4.7
pyramid==1.10.5
pyramid-debugtoolbar==4.9
pyramid-jinja2==2.8
pyramid-mako==1.1.0
pyScss==1.3.7
pytest==6.2.1
pytz==2020.5
PyYAML==5.4.1
repoze.lru==0.7
requests==2.25.1
six==1.15.0
soupsieve==2.1
toml==0.10.2
translationstring==1.4
typing-extensions==3.7.4.3
urllib3==1.26.2
venusian==3.0.0
waitress==1.4.4
WebOb==1.8.6
WebTest==2.0.35
zipp==3.4.0
zope.deprecation==4.4.0
zope.interface==5.2.0
35 changes: 18 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Babel==1.3
Jinja2==2.7.2
MarkupSafe==0.21
PasteDeploy==1.5.2
pyramid==1.5
pyramid-jinja2==2.0
pyScss==1.2.0.post3
pytz==2014.2
PyYAML==3.11
repoze.lru==0.6
six==1.6.1
translationstring==1.1
venusian==1.0a8
WebOb==1.3.1
wsgiref==0.1.2
zope.deprecation==4.1.1
zope.interface==4.1.1
Babel==2.9.0
hupper==1.10.2
Jinja2==2.11.2
MarkupSafe==1.1.1
PasteDeploy==2.1.1
plaster==1.0
plaster-pastedeploy==0.7
pyramid==1.10.5
pyramid-jinja2==2.8
pyScss==1.3.7
pytz==2020.5
PyYAML==5.4.1
six==1.15.0
translationstring==1.4
venusian==3.0.0
WebOb==1.8.6
zope.deprecation==4.4.0
zope.interface==5.2.0

0 comments on commit c3b8c76

Please sign in to comment.