Skip to content

Commit

Permalink
Merge pull request #90 from kbase/dev-service
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
MrCreosote authored Nov 11, 2024
2 parents 42b6f6f + 603b7f6 commit 5b43b9a
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 383 deletions.
13 changes: 6 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ verify_ssl = true
name = "pypi"

[packages]
aiobotocore = "==2.15.1"
aiohttp = "==3.10.9"
aiobotocore = "==2.15.2"
aiohttp = "==3.10.10"
sfapi-client = "==0.3.1"
authlib = "==1.3.2"
requests = "==2.32.3"
docker-image-py = "==0.1.13"
fastapi = "==0.115.2"
fastapi = "==0.115.4"
marisa-trie = "==1.2.1"
bidict = "==0.23.1"

[dev-packages]
pytest = "==8.3.3"
coverage = "==7.6.1"
ipython = "==8.27.0"
coverage = "==7.6.4"
ipython = "==8.29.0"
pytest-asyncio = "==0.24.0"
pytest-cov = "==5.0.0"
pytest-cov = "==6.0.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 5b43b9a

Please sign in to comment.