Handle closed-time typos from SWP API and update local dev setup (#32)
* updated dependencies, fixed "geschlossen" parsing * httpretty.core warning patch --------- Co-authored-by: Hadrian Burkhardt <hadrian.burkhardt@gmx.de>
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
-r requirements.txt
|
||||
alabaster==1.0.0; python_version >= '3.10'
|
||||
anyio==4.6.2.post1; python_version >= '3.9'
|
||||
astroid==3.3.5; python_full_version >= '3.9.0'
|
||||
babel==2.16.0; python_version >= '3.8'
|
||||
certifi==2024.8.30; python_version >= '3.6'
|
||||
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
|
||||
click==8.1.7; python_version >= '3.7'
|
||||
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
|
||||
coverage[toml]==6.5.0; python_version >= '3.7'
|
||||
coveralls==3.3.1; python_version >= '3.5'
|
||||
dill==0.3.9; python_version >= '3.8'
|
||||
docopt==0.6.2
|
||||
docutils==0.21.2; python_version >= '3.9'
|
||||
h11==0.14.0; python_version >= '3.7'
|
||||
httpretty==1.1.4; python_version >= '3'
|
||||
idna==3.10; python_version >= '3.6'
|
||||
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
iniconfig==2.0.0; python_version >= '3.7'
|
||||
isort==5.13.2; python_full_version >= '3.8.0'
|
||||
jinja2==3.1.4; python_version >= '3.7'
|
||||
markupsafe==3.0.2; python_version >= '3.9'
|
||||
mccabe==0.7.0; python_version >= '3.6'
|
||||
packaging==24.2; python_version >= '3.8'
|
||||
platformdirs==4.3.6; python_version >= '3.8'
|
||||
pluggy==1.5.0; python_version >= '3.8'
|
||||
pycodestyle==2.12.1; python_version >= '3.8'
|
||||
pydocstyle==6.3.0; python_version >= '3.6'
|
||||
pygments==2.18.0; python_version >= '3.8'
|
||||
pylint==3.3.1; python_full_version >= '3.9.0'
|
||||
pytest-cov==5.0.0; python_version >= '3.8'
|
||||
pytest==8.3.3; python_version >= '3.8'
|
||||
requests==2.32.3; python_version >= '3.8'
|
||||
sniffio==1.3.1; python_version >= '3.7'
|
||||
snowballstemmer==2.2.0
|
||||
sphinx-autobuild==2024.10.3; python_version >= '3.9'
|
||||
sphinx-rtd-theme==3.0.2; python_version >= '3.8'
|
||||
sphinx==8.1.3; python_version >= '3.10'
|
||||
sphinxcontrib-applehelp==2.0.0; python_version >= '3.9'
|
||||
sphinxcontrib-devhelp==2.0.0; python_version >= '3.9'
|
||||
sphinxcontrib-htmlhelp==2.1.0; python_version >= '3.9'
|
||||
sphinxcontrib-jquery==4.1; python_version >= '2.7'
|
||||
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
|
||||
sphinxcontrib-qthelp==2.0.0; python_version >= '3.9'
|
||||
sphinxcontrib-serializinghtml==2.0.0; python_version >= '3.9'
|
||||
starlette==0.41.2; python_version >= '3.8'
|
||||
tomlkit==0.13.2; python_version >= '3.8'
|
||||
urllib3==2.2.3; python_version >= '3.8'
|
||||
uvicorn==0.32.0; python_version >= '3.8'
|
||||
watchfiles==0.24.0; python_version >= '3.8'
|
||||
websockets==14.1; python_version >= '3.9'
|
||||
Reference in New Issue
Block a user