Skip to content

Commit

Permalink
Merge pull request #134 from kbase/dev-service
Browse files Browse the repository at this point in the history
Generate manifest files for job submission
  • Loading branch information
MrCreosote authored Dec 18, 2024
2 parents 30978ff + 440c0be commit 365c295
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 222 deletions.
14 changes: 7 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ name = "pypi"
[packages]
aiobotocore = "==2.15.2"
aiohttp = "==3.11.10"
sfapi-client = "==0.3.1"
requests = "==2.32.3"
bidict = "==0.23.1"
cacheout = "==0.16.0"
docker-image-py = "==0.1.13"
fastapi = {extras = ["standard"], version = "==0.115.6"}
marisa-trie = "==1.2.1"
bidict = "==0.23.1"
uvicorn = {extras = ["standard"], version = "==0.32.1"}
jinja-cli = "==1.2.2"
cacheout = "==0.16.0"
marisa-trie = "==1.2.1"
motor = "==3.6.0"
requests = "==2.32.3"
sfapi-client = "==0.3.1"
uvicorn = {extras = ["standard"], version = "==0.32.1"}

[dev-packages]
pytest = "==8.3.4"
coverage = "==7.6.9"
ipython = "==8.30.0"
pytest = "==8.3.4"
pytest-asyncio = "==0.24.0"
pytest-cov = "==6.0.0"

Expand Down
Loading

0 comments on commit 365c295

Please sign in to comment.