initial commit

This commit is contained in:
2022-11-23 17:22:15 +08:00
commit d4d248ee17
35 changed files with 4845 additions and 0 deletions

21
backend/Pipfile Normal file
View File

@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
numpy = "*"
opencv-python = "*"
plotly = "==5.11.0"
numba = "*"
python-dotenv = "*"
antlr4-python3-runtime = "==4.7.2"
latex2sympy2 = "==1.8.3"
sympy = "==1.11.1"
hypercorn = "*"
[dev-packages]
[requires]
python_version = "3.10"