23 lines
298 B
Plaintext
23 lines
298 B
Plaintext
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
beautifulsoup4 = "*"
|
||
|
requests = "*"
|
||
|
coloredlogs = "*"
|
||
|
click = "*"
|
||
|
yaspin = "*"
|
||
|
python-dateutil = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
black = "*"
|
||
|
isort = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.9"
|
||
|
|
||
|
[pipenv]
|
||
|
allow_prereleases = true
|