mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 09:00:14 +00:00
added requirements.txt
This commit is contained in:
parent
690de58e9f
commit
b43f145ac5
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ test.txt
|
||||
data/node_modules/
|
||||
*.egg-info/
|
||||
pw-reset/
|
||||
jfa/
|
||||
|
@ -38,6 +38,7 @@ Usually as simple as:
|
||||
```
|
||||
git clone https://github.com/hrfee/jellyfin-accounts.git
|
||||
cd jellyfin-accounts
|
||||
pip3 install -r requirements.txt
|
||||
python3 setup.py install
|
||||
```
|
||||
If not, see [install](https://github.com/hrfee/jellyfin-accounts/wiki/Install).
|
||||
|
12
requirements.txt
Normal file
12
requirements.txt
Normal file
@ -0,0 +1,12 @@
|
||||
pyOpenSSL
|
||||
Flask
|
||||
flask_httpauth
|
||||
requests
|
||||
itsdangerous
|
||||
passlib
|
||||
secrets
|
||||
pytz
|
||||
python-dateutil
|
||||
watchdog
|
||||
configparser
|
||||
waitress
|
Loading…
Reference in New Issue
Block a user