1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
-r requirements.txt
-r requirements-cli.txt
bump2version==1.0.1
jsonpickle==3.2.1
coverage==7.5.3
ipdb==0.13.13
numpy>=1.24.4,<2.0.0
pytest==8.2.2
pytest-cov==5.0.0
python-dotenv==1.0.1
watchdog>=4.0.1
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
sphinx-sitemap==2.6.0
sphinxemoji==0.2.0
flake8==7.1.0
python-dateutil==2.9.0.post0
orjson==3.10.12
wheel==0.43.0
tomli==2.0.1
tomli-w==1.0.0
pydantic==2.7.4
pytest-benchmark==4.0.0
pandas==2.0.3
polars==1.0.0
|