mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
Merge pull request #1425 from clinton-hall/libs/requirements
Libs/requirements
This commit is contained in:
commit
05b0fb498f
3 changed files with 20 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,3 +9,5 @@
|
||||||
/userscripts/
|
/userscripts/
|
||||||
/logs/
|
/logs/
|
||||||
/.idea/
|
/.idea/
|
||||||
|
/libs*/*.dist-info
|
||||||
|
/libs*/*.egg-info
|
||||||
|
|
3
requirements-windows.txt
Normal file
3
requirements-windows.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
-r requirements.txt
|
||||||
|
jaraco-windows
|
||||||
|
pywin32
|
15
requirements.txt
Normal file
15
requirements.txt
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
babelfish
|
||||||
|
beets
|
||||||
|
configobj
|
||||||
|
guessit
|
||||||
|
linktastic
|
||||||
|
python-qbittorrent
|
||||||
|
rencode
|
||||||
|
requests
|
||||||
|
setuptools
|
||||||
|
six
|
||||||
|
subliminal
|
||||||
|
transmissionrpc
|
||||||
|
|
||||||
|
# synchronousdeluge
|
||||||
|
# utorrent
|
Loading…
Add table
Add a link
Reference in a new issue