Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fafc3f8a29 | |||
| 5e2a2cbe8c | |||
| 81838054da | |||
|
|
fa75d26da8 | ||
|
|
ecccb51625 |
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -14,6 +14,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
- master
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ certifi==2024.7.4 # Testing
|
|||||||
iniconfig==2.0.0 # PyTest Testing
|
iniconfig==2.0.0 # PyTest Testing
|
||||||
packaging==23.2 # PyTest Testing
|
packaging==23.2 # PyTest Testing
|
||||||
pluggy==1.3.0 # PyTest Testing
|
pluggy==1.3.0 # PyTest Testing
|
||||||
pytest==7.4.3 # PyTest Testing
|
pytest==7.4.4 # PyTest Testing
|
||||||
|
|
||||||
click==8.1.7 # Uvicorn
|
click==8.1.7 # Uvicorn
|
||||||
httptools==0.6.4 # Uvicorn
|
httptools==0.6.4 # Uvicorn
|
||||||
pyyaml==6.0.1 # Uvicorn
|
pyyaml==6.0.2 # Uvicorn
|
||||||
uvicorn==0.27.0.post1 # Uvicorn
|
uvicorn==0.27.0.post1 # Uvicorn
|
||||||
uvloop==0.19.0 # Uvicorn
|
uvloop==0.19.0 # Uvicorn
|
||||||
watchfiles==0.21.0 # Uvicorn
|
watchfiles==0.21.0 # Uvicorn
|
||||||
|
|||||||
Reference in New Issue
Block a user