Skip to content

Commit

Permalink
python10 setuptool compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
szn committed Feb 2, 2023
1 parent 7501bc0 commit 92f912b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
atlassian-python-api>=3.18.*
coloredlogs>=15.0.*
markdown2>=2.4.*
termcolor>=1.1.*
atlassian-python-api>=3.18.1
coloredlogs>=15.0.1
markdown2>=2.4.1
termcolor>=1.1.1
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ python_requires = >=3.7
include_package_data = True
install_requires =
importlib; python_version == "3.7"
atlassian-python-api>=3.18.*
coloredlogs>=15.0.*
markdown2>=2.4.*
termcolor>=1.1.*
atlassian-python-api>=3.18.1
coloredlogs>=15.0.1
markdown2>=2.4.1
termcolor>=1.1.1

[options.packages.find]
where = src
Expand Down

0 comments on commit 92f912b

Please sign in to comment.