-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #300 from chemwolf6922/add-minimum-docker-build
Add minimum docker build
- Loading branch information
Showing
6 changed files
with
62 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
.venv | ||
.env | ||
.env | ||
.git | ||
.gitignore | ||
.github | ||
Dockerfile | ||
examples | ||
docs | ||
*.md | ||
dev.sh | ||
dev-docker.sh |
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
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
fastapi==0.111.0 | ||
uvicorn[standard]==0.22.0 | ||
pydantic==2.7.1 | ||
python-multipart==0.0.9 | ||
python-socketio | ||
grpcio | ||
|
||
passlib==1.7.4 | ||
passlib[bcrypt] | ||
PyJWT[crypto] | ||
|
||
requests==2.32.2 | ||
aiohttp==3.9.5 | ||
httpx | ||
|