-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/master-to-develop
- Loading branch information
Showing
13 changed files
with
233 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
check-manifest | ||
detox | ||
IPython | ||
matplotlib | ||
notebook | ||
pip-tools | ||
pyroma | ||
pytest-mypy | ||
setuptools | ||
tox | ||
tox-pyenv | ||
wheel | ||
zest.releaser | ||
black | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Sphinx | ||
pytest-runner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile --output-file ci/requirements-docs.txt setup.py ci/requirements-docs.in | ||
# | ||
alabaster==0.7.12 | ||
# via sphinx | ||
babel==2.9.1 | ||
# via sphinx | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
docutils==0.14 | ||
# via sphinx | ||
idna==3.7 | ||
# via requests | ||
imagesize==1.1.0 | ||
# via sphinx | ||
jinja2==3.1.4 | ||
# via sphinx | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==19.0 | ||
# via sphinx | ||
pygments==2.15.0 | ||
# via sphinx | ||
pyparsing==2.3.1 | ||
# via packaging | ||
pytest-runner==4.4 | ||
# via -r requirements-docs.in | ||
pytz==2018.9 | ||
# via babel | ||
requests==2.32.2 | ||
# via sphinx | ||
six==1.12.0 | ||
# via | ||
# packaging | ||
# sphinx | ||
snowballstemmer==1.2.1 | ||
# via sphinx | ||
sphinx==1.8.5 | ||
# via -r requirements-docs.in | ||
sphinxcontrib-websupport==1.1.0 | ||
# via sphinx | ||
urllib3==1.26.19 | ||
# via requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pytest | ||
pytest-cov | ||
pytest-flakes | ||
pytest-mccabe | ||
pytest-pep8 | ||
pytest-runner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile --output-file ci/requirements-tests.txt setup.py ci/requirements-tests.in | ||
# | ||
apipkg==1.5 | ||
# via execnet | ||
atomicwrites==1.3.0 | ||
# via pytest | ||
attrs==19.1.0 | ||
# via pytest | ||
coverage==4.5.3 | ||
# via pytest-cov | ||
execnet==1.5.0 | ||
# via pytest-cache | ||
mccabe==0.6.1 | ||
# via pytest-mccabe | ||
more-itertools==5.0.0 | ||
# via pytest | ||
pep8==1.7.1 | ||
# via pytest-pep8 | ||
pluggy==0.9.0 | ||
# via pytest | ||
pyflakes==2.1.1 | ||
# via pytest-flakes | ||
pytest==4.3.1 | ||
# via | ||
# -r requirements-tests.in | ||
# pytest-cache | ||
# pytest-cov | ||
# pytest-flakes | ||
# pytest-mccabe | ||
# pytest-pep8 | ||
pytest-cache==1.0 | ||
# via | ||
# pytest-mccabe | ||
# pytest-pep8 | ||
pytest-cov==2.6.1 | ||
# via -r requirements-tests.in | ||
pytest-flakes==4.0.0 | ||
# via -r requirements-tests.in | ||
pytest-mccabe==0.1 | ||
# via -r requirements-tests.in | ||
pytest-pep8==1.0.6 | ||
# via -r requirements-tests.in | ||
pytest-runner==4.4 | ||
# via -r requirements-tests.in | ||
six==1.12.0 | ||
# via | ||
# more-itertools | ||
# pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
|
||
import cffi | ||
|
||
__version__ = "2.37.0" | ||
__version__ = "2.38.0" | ||
|
||
LOG = logging.getLogger(__name__) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.