Skip to content

Commit 1846b7b

Browse files
committed
adding req file
1 parent e603cd3 commit 1846b7b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

requirements-dev3.8.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
-r requirements.txt
2+
-r requirements-cli.txt
3+
bump2version==1.0.1
4+
jsonpickle==3.2.1
5+
coverage==7.5.3
6+
ipdb==0.13.13
7+
numpy>=1.24.4,<2.0.0
8+
pytest==8.2.2
9+
pytest-cov==5.0.0
10+
python-dotenv==1.0.1
11+
watchdog>=4.0.1
12+
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
13+
sphinx-sitemap==2.6.0
14+
sphinxemoji==0.2.0
15+
flake8==7.1.0
16+
python-dateutil==2.9.0.post0
17+
orjson==3.10.5
18+
wheel==0.43.0
19+
tomli==2.0.1
20+
tomli-w==1.0.0
21+
pydantic==2.7.4
22+
pytest-benchmark==4.0.0

0 commit comments

Comments
 (0)