Skip to content

Commit 32fa94b

Browse files
Updated pip reqs
1 parent f567cbc commit 32fa94b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/ci-full-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install -r requirements.txt --use-deprecated=legacy-resolver
38+
pip install -r requirements.txt
3939
4040
- name: Run Black check
4141
run: black --check xdoc/ tests/

.github/workflows/ci-quick-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
pip install -r requirements.txt --use-deprecated=legacy-resolver
43+
pip install -r requirements.txt
4444
4545
- name: Run Black check
4646
run: black --check xdoc/ tests/

requirements.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
aiolimiter
2+
black
3+
coverage
4+
Jinja2
5+
litellm
6+
pip-tools
7+
pip-upgrade-tool
8+
pydantic
9+
pytest
10+
pytest-cov
11+
pytest-vcr
12+
python-dotenv

requirements.txt

-2.93 KB
Binary file not shown.

0 commit comments

Comments
 (0)