Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenoak committed Sep 21, 2023
2 parents a6541bc + 6152ddf commit 9550397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sphinx_rtd_theme
pytest>=4.3.0
pytest-cov
pytest-flake8
mock;python_version<"3.3"
mock;python_version>"3.3"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
SETUP_REQUIRES = [
'setuptools',
'pytest-runner',
'Sphinx<2,>=1.8.0',
'Sphinx<7',
'sphinx_rtd_theme', ]
TESTS_REQUIRES = [
'pytest>=4.3.0',
'pytest-cov',
'pytest-flake8',
'mock;python_version<"3.3"', ]
'mock;python_version>"3.3"', ]

def get_version():
with open('VERSION') as f:
Expand Down

0 comments on commit 9550397

Please sign in to comment.