mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 17:10:11 +00:00
Remove secrets dep
The dependency on 'secrets' has been removed, as I realized that the cryptographic 'secrets' package is included in python, and the one on PyPI was related to LDAP. This the issues with python-ldap on some systems no longer exist.
This commit is contained in:
parent
4372c9d12f
commit
4d6872dc17
@ -31,7 +31,6 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel
|
||||
* requests
|
||||
* itsdangerous
|
||||
* passlib
|
||||
* secrets
|
||||
* configparser
|
||||
* pyOpenSSL
|
||||
* waitress
|
||||
@ -43,10 +42,7 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel
|
||||
|
||||
Usually as simple as:
|
||||
```
|
||||
git clone https://github.com/hrfee/jellyfin-accounts.git
|
||||
cd jellyfin-accounts
|
||||
pip3 install pyOpenSSL
|
||||
python3 setup.py install
|
||||
pip install jellyfin-accounts
|
||||
```
|
||||
If not, or if you want to use docker, see [install](https://github.com/hrfee/jellyfin-accounts/wiki/Install).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user