Skip to content

Commit ab6a63e

Browse files
committed
Update requirements files
1 parent 8b77490 commit ab6a63e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre-commit run --all-files
2828
To create a test environment, do the following:
2929
```
3030
pip install -r requirements.txt
31-
pip install -r test-requirements.txt
31+
pip install -r requirements-dev.txt
3232
```
3333

3434
If you have Docker installed, you can run the tests as follows. Note that
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
build
12
coverage
23
dash
34
fastapi
@@ -11,8 +12,10 @@ pydantic
1112
pygeos ; python_version < '3.12'
1213
pytest
1314
pytest-cov
15+
setuptools
1416
shapely
1517
singlestore-vectorstore>=0.1.2
1618
sphinx
1719
sphinx_rtd_theme
1820
uvicorn
21+
wheel

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
build
21
parsimonious
32
PyJWT
43
requests
5-
setuptools
64
sqlparams
75
tomli>=1.1.0; python_version < '3.11'
86
typing_extensions<=4.13.2
9-
wheel

0 commit comments

Comments
 (0)