Skip to content

Commit 19f93b7

Browse files
committed
fix: requirements and install from source
1 parent bc74b9d commit 19f93b7

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

requirements.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
django>=4.0
2-
algoliasearch>=4.0,<5.0
1+
Django>=4.0
2+
# algoliasearch>=4.0,<5.0
3+
algoliasearch @ git+https://github.com/algolia/algoliasearch-client-python@main
34
# dev dependencies
4-
pypandoc
5-
wheel
5+
factory_boy>=3.0,<4.0
6+
mock>=5.0,<6.0
7+
pypandoc>=1.0,<2.0
8+
pyright>=1.1.389,<2.0
9+
ruff>=0.7.4,<1.0
10+
setuptools>=75.0,<76.0
11+
six>=1.16,<2.0
612
tox
713
twine
8-
factory_boy
9-
mock
10-
ruff>=0.7.4,<1.0
11-
pyright>=1.1.389,<2.0
14+
wheel

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ deps =
6969
ruff {[versions]ruff}
7070
pyright {[versions]pyright}
7171
commands =
72-
pip3 freeze > requirements.txt
72+
pip3 install -r requirements.txt
7373
ruff check --fix --unsafe-fixes
7474
ruff format .
7575
pyright algoliasearch_django

0 commit comments

Comments
 (0)