baichongyang 3 年之前
父節點
當前提交
396e099e2e
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      .gitignore
  2. 3 0
      requirements.txt

+ 3 - 0
.gitignore

@@ -1 +1,4 @@
 /data
 /data
+.idea/
+__pycache__/
+readme.txt

+ 3 - 0
requirements.txt

@@ -0,0 +1,3 @@
+fastapi==0.74.0
+pydantic==1.9.0
+SQLAlchemy==1.4.31