Skip to content

Commit 16d4bae

Browse files
committed
Add packages that were installed via coreapi in optional / test
1 parent 856e33c commit 16d4bae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ dev = [
4545
]
4646
test = [
4747
"importlib-metadata<9.0",
48-
4948
# Pytest for running the tests.
5049
"pytest==9.*",
5150
"pytest-cov==7.*",
5251
"pytest-django>=4.5.2,<5",
5352

5453
# Remove when dropping support for Django<5.0
5554
"pytz",
55+
"requests",
5656
]
5757
docs = [
5858
# MkDocs to build our documentation.
@@ -70,6 +70,7 @@ optional = [
7070
"psycopg[binary]>=3.1.8",
7171
"pygments>=2.17,<2.20",
7272
"pyyaml>=5.3.1,<6.1",
73+
"uritemplate",
7374
]
7475
django42 = [ "django>=4.2,<5.0" ]
7576
django50 = [ "django>=5.0,<5.1" ]

0 commit comments

Comments
 (0)