Skip to content

Commit

Permalink
TO REMOVE TEST WITH FASTAPI FORK
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed May 17, 2024
1 parent cd25e57 commit 219d8ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion diracx-db/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ classifiers = [
dependencies = [
"dirac",
"diracx-core",
"fastapi",
#"fastapi",
"fastapi@git+https://github.com/chaen/fastapi.git#egg=annotated",
"opensearch-py[async]",
"pydantic",
"sqlalchemy[aiomysql,aiosqlite]",
Expand Down
3 changes: 2 additions & 1 deletion diracx-routers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ dependencies = [
"diracx-db",
"python-dotenv", # TODO: We might not need this
"python-multipart",
"fastapi",
#"fastapi",
"fastapi@git+https://github.com/chaen/fastapi.git#egg=annotated",
"httpx",
"pydantic",
"sqlalchemy",
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- importlib_resources
#######
- email-validator
- fastapi
# - fastapi
- git
- gitpython
- httpx
Expand Down Expand Up @@ -57,3 +57,4 @@ dependencies:
- pip:
- types-aiobotocore[essential]
- boto3-stubs[essential]
- "git+https://github.com/chaen/fastapi.git@annotated"

0 comments on commit 219d8ff

Please sign in to comment.