Skip to content

Commit

Permalink
refactor: update edge_orchestrator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste O'Jeanson authored and bojeanson committed Jul 21, 2023
1 parent fd5e51a commit b9748b8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions edge_orchestrator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,23 @@ classifiers = [
dependencies = [
"aiohttp==3.8.3",
"azure-iot-device==2.12.0",
"fastapi==0.80.0",
"fastapi[all]==0.100.0",
"numpy==1.24.1",
"Pillow==9.3.0",
"psycopg2-binary==2.9.5",
"pymongo==4.3.3",
"uvicorn==0.20.0",
"smart_open[azure]==6.3.0",
"google-cloud-storage==2.2.1",
"python-multipart==0.0.5"
]
requires-python = ">=3.8.10"


[project.optional-dependencies]
dev = [
"alembic==1.9.2",
"alembic==1.11.1",
"autopep8==2.0.1",
"behave @ git+https://github.com/behave/[email protected]#egg=behave[toml]",
"black==23.3.0",
"black==23.7.0",
"flake8==6.0.0",
"freezegun==1.2.2",
"pytest==7.2.1",
Expand Down

0 comments on commit b9748b8

Please sign in to comment.