baichongyang 3 سال پیش
والد
کامیت
396e099e2e
2فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  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