We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8c705 commit 40a5021Copy full SHA for 40a5021
setup.py
@@ -41,7 +41,6 @@ def find_version(*file_paths):
41
maintainer_email="kschwarz@hexonet.net",
42
url="https://github.com/hexonet/python-sdk/",
43
install_requires=[
44
- "black==21.6b0",
45
"docutils==0.*",
46
"guzzle-sphinx-theme==0.*",
47
"m2r2==0.*",
@@ -50,6 +49,7 @@ def find_version(*file_paths):
50
49
"sphinxcontrib-log-cabinet==1.*",
51
"sphinxcontrib-websupport==1.*",
52
"twine==3.*",
+ "black",
53
],
54
setup_requires=["pytest-runner"],
55
tests_require=["pytest", "pytest-cov"],
@@ -63,4 +63,5 @@ def find_version(*file_paths):
63
),
64
namespace_packages=["hexonet"],
65
packages=find_packages(),
66
+ dependency_links=["git+git://github.com/psf/black.git@stable#egg=black"],
67
)
0 commit comments