Fix/drone setup missing packages #4

Merged
KevinMidboe merged 7 commits from fix/drone-setup-missing-packages into master 2021-07-04 14:18:00 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 0d5da784ae - Show all commits

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"

View File

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