-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christoph Kepper
committed
Nov 13, 2023
1 parent
2dc44e6
commit f262218
Showing
2 changed files
with
37 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements-dev.in | ||
# | ||
atomicwrites==1.3.0 # via pytest | ||
attrs==19.1.0 # via pytest | ||
importlib-metadata==0.23 # via pluggy, pytest | ||
more-itertools==7.2.0 # via pytest, zipp | ||
packaging==19.2 # via pytest | ||
pluggy==0.13.0 # via pytest | ||
py==1.8.0 # via pytest | ||
pyparsing==2.4.2 # via packaging | ||
pytest==5.2.0 | ||
six==1.12.0 # via packaging | ||
wcwidth==0.1.7 # via pytest | ||
zipp==0.6.0 # via importlib-metadata | ||
iniconfig==2.0.0 | ||
# via pytest | ||
packaging==23.2 | ||
# via pytest | ||
pluggy==1.3.0 | ||
# via pytest | ||
pytest==7.4.3 | ||
# via -r requirements-dev.in |
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,15 +1,31 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
certifi==2019.9.11 # via requests | ||
chardet==3.0.4 # via requests | ||
future==0.17.1 | ||
gevent==1.4.0 | ||
greenlet==0.4.15 # via gevent | ||
idna==2.8 # via requests | ||
requests==2.22.0 | ||
simplejson==3.16.0 | ||
urllib3==1.25.6 # via requests | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
future==0.18.3 | ||
# via -r requirements.in | ||
gevent==23.9.1 | ||
# via -r requirements.in | ||
greenlet==3.0.1 | ||
# via gevent | ||
idna==3.4 | ||
# via requests | ||
requests==2.31.0 | ||
# via -r requirements.in | ||
simplejson==3.19.2 | ||
# via -r requirements.in | ||
urllib3==2.0.7 | ||
# via requests | ||
zope-event==5.0 | ||
# via gevent | ||
zope-interface==6.1 | ||
# via gevent | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |