baichongyang 3 yıl önce
ebeveyn
işleme
396e099e2e
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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