Skip to content

Commit

Permalink
Generate manifest files for job submission
Browse files Browse the repository at this point in the history
Will be downloaded to NERSC in later steps

Also sorted the Pipfile
  • Loading branch information
MrCreosote committed Dec 17, 2024
1 parent 30978ff commit 440c0be
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 440c0be

Please sign in to comment.