Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r requirements.txt
-r requirements-test.txt
tox
wheel
sphinx>=2
sphinx_rtd_theme
pypandoc
twine
black>=24.10.0
tox==4.24.1
wheel==0.45.1
Sphinx==7.4.7
sphinx-rtd-theme==3.0.2
pypandoc==1.15
twine==6.1.0
black==25.1.0
10 changes: 5 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
pytest-pep8
pytest-cov
pytest-aiohttp
responses
pytest==8.3.4
pytest-pep8==1.0.6
pytest-cov==6.0.0
pytest-aiohttp==1.1.0
responses==0.25.6
pytest_httpserver >= 1.1.2
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
requests>=2.32.3,<3
urllib3>=2.0.5,<3
aiohttp >=3.10.9
future
aiohttp >=3.10.9, <4
future >= 1.0.0
pydantic >=2.0.3, <3
aenum >= 3.1.11
python_dateutil >= 2.5.3
Deprecated
aenum >= 3.1.11, <4
python_dateutil >= 2.5.3, <3
Deprecated>=1.2.18