Skip to content

Commit

Permalink
Exp with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Aug 20, 2024
1 parent dfb9bfa commit f99f341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"urllib3<2.0.0",
"requests",
"httpx",
"pydantic<2",
Expand Down Expand Up @@ -192,7 +191,8 @@ colab = [
dev = [
"pre-commit",
# Type check
"mypy",
"types-requests<2.31.0.7", # use urllib3 < 2.0
"mypy==1.10.0",
# Test
"pytest",
"pytest-cov",
Expand Down

0 comments on commit f99f341

Please sign in to comment.