Skip to content

Commit 8494937

Browse files
committed
Add packages that were installed via coreapi in optional
1 parent 856e33c commit 8494937

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,7 +45,6 @@ dev = [
4545
]
4646
test = [
4747
"importlib-metadata<9.0",
48-
4948
# Pytest for running the tests.
5049
"pytest==9.*",
5150
"pytest-cov==7.*",
@@ -70,6 +69,8 @@ optional = [
7069
"psycopg[binary]>=3.1.8",
7170
"pygments>=2.17,<2.20",
7271
"pyyaml>=5.3.1,<6.1",
72+
"requests",
73+
"uritemplate",
7374
]
7475
django42 = [ "django>=4.2,<5.0" ]
7576
django50 = [ "django>=5.0,<5.1" ]

0 commit comments

Comments
 (0)