File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
3
4
# 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
6
12
tox
7
13
twine
8
- factory_boy
9
- mock
10
- ruff >= 0.7.4 ,< 1.0
11
- pyright >= 1.1.389 ,< 2.0
14
+ wheel
Original file line number Diff line number Diff line change 69
69
ruff {[versions]ruff}
70
70
pyright {[versions]pyright}
71
71
commands =
72
- pip3 freeze > requirements.txt
72
+ pip3 install -r requirements.txt
73
73
ruff check --fix --unsafe-fixes
74
74
ruff format .
75
75
pyright algoliasearch_django
You can’t perform that action at this time.
0 commit comments