- Downloads
Merge branch 'master' of git.cccv.de:infra/uffd/uffd
Showing
- README.md 4 additions, 0 deletionsREADME.md
- requirements.txt 30 additions, 0 deletionsrequirements.txt
- runTests.py 0 additions, 19 deletionsrunTests.py
- tests/test_oauth2.py 4 additions, 0 deletionstests/test_oauth2.py
- uffd/oauth2/views.py 3 additions, 2 deletionsuffd/oauth2/views.py
- uffd/selfservice/templates/newuser.mail.txt 3 additions, 1 deletionuffd/selfservice/templates/newuser.mail.txt
- uffd/user/models.py 1 addition, 8 deletionsuffd/user/models.py
- uffd/user/templates/user.html 1 addition, 1 deletionuffd/user/templates/user.html
| ... | ... | @@ -5,3 +5,33 @@ Flask-SQLAlchemy==2.1 |
| qrcode==6.1 | ||
| fido2==0.5.0 | ||
| Flask-OAuthlib==0.9.5 | ||
| # The main dependencies on their own lead to version collisions and pip is | ||
| # not very good at resolving them, so we pin the versions from Debian Buster | ||
| # for all dependencies. | ||
| certifi==2018.8.24 | ||
| cffi==1.12.2 | ||
| chardet==3.0.4 | ||
| click==7.0 | ||
| cryptography==2.6.1 | ||
| idna==2.6 | ||
| itsdangerous==0.24 | ||
| Jinja2==2.10 | ||
| MarkupSafe==1.1.0 | ||
| oauthlib==2.1.0 | ||
| pyasn1==0.4.2 | ||
| pycparser==2.19 | ||
| requests==2.21.0 | ||
| requests-oauthlib==1.0.0 | ||
| six==1.12.0 | ||
| SQLAlchemy==1.2.18 | ||
| urllib3==1.24.1 | ||
| Werkzeug==0.14.1 | ||
| # Testing | ||
| pytest==3.10.1 | ||
| atomicwrites==1.1.5 | ||
| attrs==18.2.0 | ||
| more-itertools==4.2.0 | ||
| pluggy==0.8.0 | ||
| py==1.7.0 |
runTests.py
deleted
100755 → 0
Please sign in to comment