Files
chanbans/Pipfile
Alek Ratzloff 803fd6a75b Initial commit
* Bans are logged into the bans.db file
* Cache is created in the bans/ directory

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-02-19 00:21:11 -08:00

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"