25 lines
369 B
TOML
25 lines
369 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pyserial = "*"
|
|
aiohttp = "*"
|
|
typing-extensions = "*"
|
|
websockets = "*"
|
|
aioftp = "*"
|
|
colorist = "*"
|
|
matplotlib = "*"
|
|
bokeh = "*"
|
|
bokeh-sampledata = "*"
|
|
scipy = "*"
|
|
dash = "*"
|
|
dash-bootstrap-components = "*"
|
|
dash-basecomponent = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|