customerchurn / Pipfile
Ajeet Singh Raina
Added
8cb8488
raw
history blame contribute delete
258 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
pandas = "*"
streamlit = "==0.87"
scikit-learn = "==0.24.2"
Pillow = "*"
click = "<8"
protobuf = "==3.20.1"
[dev-packages]
[requires]
python_version = "3.8"