1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-26 18:23:00 +03:00
leon/bridges/python/Pipfile

21 lines
366 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "==2.21.0"
pytube = "==9.5.0"
tinydb = "==3.9.0"
beautifulsoup4 = "==4.7.1"
spacy = "==3.2.0"
setuptools = "==60.9.3"
wheel = "==0.37.1"
torch = "==1.9.0"
python-socketio = "==5.5.2"
eventlet = "==0.33.0"
python-dotenv = "==0.19.2"
zerorpc = "==0.6.3"
[dev-packages]