15 lines
239 B
TOML
15 lines
239 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
plotly = "*"
|
|
snscrape = {git = "https://github.com/JustAnotherArchivist/snscrape.git"}
|
|
pandas = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|