Skip to content

Commit

Permalink
Update Python version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
waeltken committed May 3, 2024
1 parent 6833868 commit a9b8454
Show file tree
Hide file tree
Showing 3 changed files with 1,023 additions and 347 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ name = "pypi"
[packages]
uvicorn = "*"
azure-storage-blob = "*"
uvloop = "*"
fastapi = "*"
httptools = "*"
python-multipart = "*"
nest-asyncio = "*"
openai = "*"

[dev-packages]
black = "*"

[requires]
python_version = "3.9"
python_version = "3.12"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit a9b8454

Please sign in to comment.