-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Drop support for python versions less than 3.11 - Drop several dependencies that don't appear to be used - Upgrade all packages that can be upgraded.
- Loading branch information
1 parent
6c3bbd1
commit dab11b4
Showing
3 changed files
with
23 additions
and
39 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,24 +1,8 @@ | ||
click>=8.1.2 | ||
fixtures==3.0.0 | ||
ipython~=7.32.0 | ||
mock==4.0.3 | ||
nose==1.3.7 | ||
python-dotenv==0.19.2 | ||
setuptools>=62.1.0 | ||
six==1.14.0 | ||
testrepository==0.0.20 | ||
testresources==2.0.1 | ||
testscenarios==0.5.0 | ||
testtools==2.5.0 | ||
virtualenv==20.13.0 | ||
wheel==0.34.2 | ||
inquirer>=2.8.0 | ||
hop-client==0.8.0 | ||
attrs>=21.4.0 | ||
docutils==0.17.1 | ||
myst-parser==0.16.1 | ||
sphinx_rtd_theme==1.0.0 | ||
sphinx-autoapi==1.8.4 | ||
sphinxcontrib-programoutput==0.17 | ||
pytest>=6.2.5 | ||
numpy>=1.22.3 | ||
click~=8.1 | ||
hop-client~=0.9 | ||
inquirer~=2.8 | ||
ipython~=8.7 | ||
numpy~=1.26 | ||
python-dotenv~=0.19 | ||
setuptools~=69.0 | ||
wheel~=0.42 |
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