Skip to content

Commit

Permalink
fix(dep bump): trigger new version as of twine 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Apr 1, 2022
1 parent b43481e commit abd3472
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -41,13 +41,13 @@ def find_version(*file_paths):
maintainer_email="kschwarz@hexonet.net",
url="https://github.com/hexonet/python-sdk/",
install_requires=[
"docutils==0.*",
"guzzle-sphinx-theme==0.*",
"m2r2==0.*",
"docutils>=0,<1",
"guzzle-sphinx-theme>=0,<1",
"m2r2>=0,<1",
"pytest-cov>=2,<4",
"sphinx>=3,<5",
"sphinxcontrib-log-cabinet==1.*",
"sphinxcontrib-websupport==1.*",
"sphinxcontrib-log-cabinet>=1,<2",
"sphinxcontrib-websupport>=1,<2",
"twine>=4,<5",
"black",
],
Expand Down

0 comments on commit abd3472

Please sign in to comment.