added req. for easy install
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -277,3 +277,4 @@ $RECYCLE.BIN/
|
|||||||
/release.lock
|
/release.lock
|
||||||
/tautulli.db
|
/tautulli.db
|
||||||
/version.lock
|
/version.lock
|
||||||
|
/cache/
|
||||||
|
55
requirements.txt
Normal file
55
requirements.txt
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
appdirs==1.4.4
|
||||||
|
APScheduler==3.7.0
|
||||||
|
arrow==0.17.0
|
||||||
|
beautifulsoup4==4.9.3
|
||||||
|
bleach==3.3.0
|
||||||
|
certifi==2020.12.5
|
||||||
|
cffi==1.14.4
|
||||||
|
chardet==4.0.0
|
||||||
|
cheroot==8.5.2
|
||||||
|
CherryPy==18.6.0
|
||||||
|
cloudinary==1.24.0
|
||||||
|
configobj==5.0.6
|
||||||
|
cryptography==3.3.1
|
||||||
|
distro==1.5.0
|
||||||
|
dnspython==2.1.0
|
||||||
|
gevent==21.1.2
|
||||||
|
gntp==1.0.3
|
||||||
|
greenlet==1.0.0
|
||||||
|
httpagentparser==1.9.1
|
||||||
|
idna==3.1
|
||||||
|
ipwhois==1.2.0
|
||||||
|
IPy==1.1
|
||||||
|
jaraco.classes==3.2.0
|
||||||
|
jaraco.collections==3.1.0
|
||||||
|
jaraco.functools==3.1.0
|
||||||
|
jaraco.text==3.4.0
|
||||||
|
jellyfin-apiclient-python==1.6.2
|
||||||
|
logutils==0.3.5
|
||||||
|
Mako==1.1.4
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
more-itertools==8.6.0
|
||||||
|
musicbrainzngs==0.7.1
|
||||||
|
packaging==20.9
|
||||||
|
paho-mqtt==1.5.1
|
||||||
|
portend==2.7.0
|
||||||
|
profilehooks==1.12.0
|
||||||
|
pycparser==2.20
|
||||||
|
PyJWT==2.0.1
|
||||||
|
pyOpenSSL==20.0.1
|
||||||
|
pyparsing==2.4.7
|
||||||
|
python-dateutil==2.8.1
|
||||||
|
pytz==2021.1
|
||||||
|
requests==2.25.1
|
||||||
|
six==1.15.0
|
||||||
|
soupsieve==2.1
|
||||||
|
tempora==4.0.1
|
||||||
|
twitter==1.18.0
|
||||||
|
tzlocal==2.1
|
||||||
|
urllib3==1.26.3
|
||||||
|
webencodings==0.5.1
|
||||||
|
websocket-client==0.57.0
|
||||||
|
xmltodict==0.12.0
|
||||||
|
zc.lockfile==2.0
|
||||||
|
zope.event==4.5.0
|
||||||
|
zope.interface==5.2.0
|
Reference in New Issue
Block a user