Skip to content

Commit

Permalink
Merge pull request #35 from ouoertheo/fastapiversion
Browse files Browse the repository at this point in the history
Fastapi version unlock
  • Loading branch information
ouoertheo authored Jul 30, 2023
2 parents 4d3dec5 + a0f3627 commit 3dabca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"fastapi==0.95.1",
"fastapi",
"loguru==0.7.0",
"pydantic==1.10.7",
"python-dotenv==1.0.0",
Expand All @@ -37,4 +37,4 @@ dynamic=["version"]
source = "vcs"

[tool.hatch.build.targets.wheel]
only-include = ["silero_api_server"]
only-include = ["silero_api_server"]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.95.1
fastapi
loguru==0.7.0
pydantic==1.10.7
python-dotenv==1.0.0
Expand All @@ -7,4 +7,4 @@ torchaudio==2.0.1
uvicorn
soundfile
numpy
pydub==0.25.1
pydub==0.25.1

0 comments on commit 3dabca9

Please sign in to comment.