1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #
- # This file is autogenerated by pip-compile with python 3.9
- # To update, run:
- #
- # pip-compile --output-file=requirements.txt requirements.in
- #
- chameleon==3.9.1
- # via pyramid-chameleon
- greenlet==1.1.2
- # via sqlalchemy
- gunicorn==20.1.0
- # via -r requirements.in
- hupper==1.10.3
- # via pyramid
- orjson==3.6.5
- # via -r requirements.in
- pastedeploy==2.1.1
- # via plaster-pastedeploy
- plaster==1.0
- # via
- # plaster-pastedeploy
- # pyramid
- plaster-pastedeploy==0.7
- # via pyramid
- psycopg2==2.9.2
- # via sqlalchemy
- pyramid==2.0
- # via
- # -r requirements.in
- # pyramid-chameleon
- pyramid-chameleon==0.3
- # via -r requirements.in
- sqlalchemy[postgresql]==1.4.28
- # via -r requirements.in
- translationstring==1.4
- # via pyramid
- venusian==3.0.0
- # via pyramid
- webob==1.8.7
- # via pyramid
- zope.deprecation==4.4.0
- # via pyramid
- zope.interface==5.4.0
- # via pyramid
- # The following packages are considered to be unsafe in a requirements file:
- # setuptools
|