* Bans are logged into the bans.db file * Cache is created in the bans/ directory Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
16 lines
195 B
TOML
16 lines
195 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
beautifulsoup4 = "*"
|
|
httpx = "*"
|
|
|
|
[dev-packages]
|
|
mypy = "*"
|
|
black = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|