proto/backend/Pipfile

22 lines
332 B
Plaintext
Raw Normal View History

2022-11-23 01:22:15 -08:00
[[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"