Added colored dependency

This commit is contained in:
2021-07-03 18:28:05 +02:00
parent 9985358efb
commit 873d2f2c1c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
beautifulsoup4>=4.6.0 beautifulsoup4>=4.6.0
termcolor>=1.1.0 termcolor>=1.1.0
docopt==0.6.2 docopt==0.6.2
colored==1.3.5

View File

@@ -16,6 +16,7 @@ setup(
'docopt', 'docopt',
'beautifulsoup4', 'beautifulsoup4',
'termcolor', 'termcolor',
'colored',
], ],
url='https://github.com/KevinMidboe/torrent_search', url='https://github.com/KevinMidboe/torrent_search',
classifiers=[ classifiers=[