-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pip tools to manage python dependencies.
- Loading branch information
1 parent
a79ae24
commit 3b4783d
Showing
22 changed files
with
2,002 additions
and
151 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
coverage>=5.5 | ||
pylint>=2.17.7 | ||
nbqa>=1.7.0 | ||
treon>=0.1.4 | ||
pytest>=6.2.5 | ||
pytest-randomly>=1.2.3 | ||
mypy>=0.991 | ||
mypy-extensions>=0.4.4 | ||
jupyter-sphinx>=0.4.0 | ||
nbsphinx>=0.9.3 | ||
sphinx-autodoc-typehints>=1.24.0 | ||
reno>=3.5.0 | ||
-r requirements.in | ||
coverage | ||
pylint | ||
nbqa | ||
treon | ||
pytest | ||
pytest-randomly | ||
mypy | ||
mypy-extensions | ||
jupyter-sphinx | ||
nbsphinx | ||
sphinx-autodoc-typehints | ||
reno | ||
# Black's formatting rules can change between major versions, so we use | ||
# the ~= specifier for it. | ||
black[jupyter]~=22.12 | ||
requests-mock>=1.11.0 | ||
testcontainers>=3.7.1 | ||
tox>=4.0.0 | ||
black[jupyter] | ||
requests-mock | ||
testcontainers | ||
tox | ||
pip-tools |
Oops, something went wrong.