Update PyJWT requirement

This commit is contained in:
Ventilaar 2024-04-06 23:27:18 +02:00
parent 96565e9e2b
commit 7e06c8673b
No known key found for this signature in database
2 changed files with 6 additions and 7 deletions

View File

@ -48,17 +48,17 @@ Extra functionality for further development of features.
- [x] Video reporting functionality
- [x] Ability (for external applications) to queue up video ids for download
- [x] Add websub requesting and receiving ability. (not fully usable yet without celery tasks)
- [] OIDC or Webauthn logins instead of static argon2 passwords
- [x] OIDC or Webauthn logins instead of static argon2 passwords
### Stage 3
Mainly focused on retiring the cronjob based scripts and moving it to celery based tasks
- [] manage videos by ID's instead of per channel basis
- [] download videos from queue
- [] Manage websub callbacks
- [ ] manage videos by ID's instead of per channel basis
- [ ] download videos from queue
- [ ] Manage websub callbacks
### Stage 4
Mongodb finally has it's limitations.
- [] Migrate to postgresql
- [ ] Migrate to postgresql
### Stage ...
Since this is my flagship software which I have developed more features will be added.

View File

@ -5,8 +5,7 @@ flask-caching
flask-limiter
pymongo
yt-dlp
argon2-cffi
gunicorn
celery
sqlalchemy
pyjwt
pyjwt[crypto]