This website works better with JavaScript.
首頁
探索
說明
登入
Madiwka
/
csci-backend
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
updating reqs
main
Madiwka
1 年之前
父節點
2579fd3905
當前提交
3de8734650
共有
3 個文件被更改
,包括
6 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/requirements.txt
+1
-1
docker-compose.yml
+3
-1
requirements.txt
+ 2
- 1
app/requirements.txt
查看文件
@@ -7,4 +7,5 @@ passlib
python-jose==3.3.0
python-multipart==0.0.6
requests
reportlab
reportlab
python-dateutil
+ 1
- 1
docker-compose.yml
查看文件
@@ -1,4 +1,4 @@
version: "3
.11
"
version: "3"
services:
backend:
+ 3
- 1
requirements.txt
查看文件
@@ -6,4 +6,6 @@ alembic==1.12.0
passlib
python-jose==3.3.0
python-multipart==0.0.6
requests
requests
reportlab
python-dateutil
Write
Preview
Loading…
取消
儲存