add capability to crud assignments via scope
Showing
- config/default.env 1 addition, 1 deletionconfig/default.env
- requirements.txt 2 additions, 1 deletionrequirements.txt
- server/api/__init__.py 5 additions, 5 deletionsserver/api/__init__.py
- server/api/routes/annotations.py 104 additions, 6 deletionsserver/api/routes/annotations.py
- server/api/routes/users.py 39 additions, 6 deletionsserver/api/routes/users.py
- server/util/config.py 2 additions, 2 deletionsserver/util/config.py
- server/util/security.py 14 additions, 2 deletionsserver/util/security.py
... | ... | @@ -4,4 +4,5 @@ toml==0.10.2 |
email-validator==1.2.1 | ||
python-dotenv==0.20.0 | ||
python-jose[cryptography]==3.3.0 | ||
passlib[bcrypt]==1.7.4 | ||
\ No newline at end of file | ||
passlib[bcrypt]==1.7.4 | ||
PyYAML==6.0 | ||
\ No newline at end of file |
Please register or sign in to comment