Skip to content
Snippets Groups Projects
Commit 330d9201 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[setup] Update package dependence list from setuptools perspective

parent 4e03bbcd
No related branches found
No related tags found
1 merge request!216Python 3.9 updates and bump to miniconda installer
......@@ -8,19 +8,28 @@ version = open("version.txt").read().rstrip()
requires = [
"setuptools",
"black >=19",
"click>=7",
"click-plugins",
"conda>=4",
"conda-build>=3",
"conda-verify>=3",
"certifi",
"docformatter",
"requests",
"gitpython",
"graphviz",
"python-gitlab",
"sphinx",
"pyyaml>=5.1",
"twine",
"python-dateutil",
"twine<3",
"lxml",
"jinja2",
"tabulate",
"termcolor",
"psutil",
"pytz",
]
setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment