Compare commits
1 Commits
992587fac7
...
a73641de0d
Author | SHA1 | Date | |
---|---|---|---|
a73641de0d |
|
@ -6,6 +6,6 @@ Note: I switched to Gunicorn at some point because Bjoern was somehow annoying.
|
|||
|
||||
Dependencies:
|
||||
|
||||
```passlib argon2_cffi flask gunicorn flask-paranoid apscheduler```
|
||||
```passlib argon2_cffi flask gunicorn flask-paranoid```
|
||||
|
||||
This application makes use of the `secrets` module (a cryptographically strong version of `random`) from the standard library, which is only available in Python 3.6+. If you really can't be bothered use the latest version of python3, or just don't want cryptographically strong random character filenames/prefixes for some reason, you can directly replace all instances of `secrets` with `random`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user