initial commit
This commit is contained in:
21
backend/Pipfile
Normal file
21
backend/Pipfile
Normal 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"
|
||||
Reference in New Issue
Block a user