-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure test endpoint so it calls tests within docker container
- Loading branch information
1 parent
5044b7a
commit e226571
Showing
7 changed files
with
79 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,2 @@ | ||
anyio==3.6.2 | ||
astunparse==1.6.3 | ||
certifi==2022.12.7 | ||
click==8.1.3 | ||
dnspython==2.3.0 | ||
email-validator==2.0.0.post1 | ||
exceptiongroup==1.1.1 | ||
fastapi==0.95.1 | ||
h11==0.14.0 | ||
httpcore==0.17.0 | ||
httptools==0.5.0 | ||
httpx==0.24.0 | ||
idna==3.4 | ||
iniconfig==2.0.0 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
MarkupSafe==2.1.2 | ||
orjson==3.8.10 | ||
packaging==23.1 | ||
pluggy==1.0.0 | ||
pydantic==1.10.7 | ||
pytest==7.3.1 | ||
python-dotenv==1.0.0 | ||
python-multipart==0.0.6 | ||
PyYAML==6.0 | ||
six==1.16.0 | ||
sniffio==1.3.0 | ||
starlette==0.26.1 | ||
tomli==2.0.1 | ||
typing-extensions==4.5.0 | ||
ujson==5.7.0 | ||
uvicorn==0.21.1 | ||
uvloop==0.17.0 | ||
watchfiles==0.19.0 | ||
websockets==11.0.2 | ||
emoji |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters