25 lines
338 B
TOML
25 lines
338 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[scripts]
|
|
build = "python main.py"
|
|
ui = "python tkinter_ui.py"
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
requests = "*"
|
|
feedparser = "*"
|
|
pytz = "*"
|
|
selenium = "*"
|
|
selenium-stealth = "*"
|
|
aiohttp = "*"
|
|
bs4 = "*"
|
|
tqdm = "*"
|
|
async-timeout = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|