123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Used for when working from a virtualenv.
- # Use this file by running "$ pip install -r requirements.txt"
- alembic
- arrow
- bcrypt
- binaryornot
- bleach
- blinker
- celery
- chardet
- cryptography
- docutils
- email_validator
- flask
- flask-wtf
- kitchen
- markdown
- munch
- Pillow
- psutil
- pygit2 >= 0.26.0
- python3-openid
- python-openid-cla
- python-openid-teams
- redis
- requests
- setuptools
- six
- # sqlalchemy minimum 0.8
- sqlalchemy >= 0.8
- straight.plugin >= 1.5.0
- whitenoise
- wtforms
- # Required only for the `oidc` authentication backend
- # flask-oidc
- # Required only if `USE_FLASK_SESSION_EXT` is set to `True`
- # flask-session
- # Required only for the `fas` and `openid` authentication backends
- # python-fedora
|