Fix/drone setup missing packages (#4)

* Trying explicitly defining colored package version.

* Try first installing from requirements.

* Tried defining pyproject file.

* Requirements references setup packages.

* Import __version__ from import statement directly.

* Removed unused packages and restored requirements file.

* Install dependencies before running setup.
This commit was merged in pull request #4.
This commit is contained in:
2021-07-04 16:18:00 +02:00
committed by GitHub
parent cc50e80c3b
commit 82cfbae900
4 changed files with 10 additions and 6 deletions

View File

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