baichongyang 3 years ago
parent
commit
396e099e2e
2 changed files with 6 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 3 0
      requirements.txt

+ 3 - 0
.gitignore

@@ -1 +1,4 @@
 /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