Skip to content

Commit

Permalink
Updating to use pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Jul 17, 2024
1 parent d5560a7 commit 7e0388d
Show file tree
Hide file tree
Showing 3 changed files with 785 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
fastapi = "*"
typing = "*"
uvicorn = "*"
uuid = "*"
boto3 = "*"
botocore = "*"

[dev-packages]

[requires]
python_version = "3.9"
Loading

0 comments on commit 7e0388d

Please sign in to comment.