mirror of
https://github.com/crowdsecurity/cs-firewall-bouncer.git
synced 2024-08-19 01:18:49 +03:00
18 lines
352 B
TOML
18 lines
352 B
TOML
[packages]
|
|
exceptiongroup = "1.1.1"
|
|
pexpect = "4.8.0"
|
|
pytest-cs = {ref = "0.7.18", git = "https://github.com/crowdsecurity/pytest-cs.git"}
|
|
pytest-dependency = "0.5.1"
|
|
pytest-dotenv = "0.5.2"
|
|
flask = "2.2.3"
|
|
pytimeparse = "1.1.8"
|
|
psutil = "5.9.5"
|
|
zxcvbn = "4.4.28"
|
|
|
|
[dev-packages]
|
|
gnureadline = "8.1.2"
|
|
ipdb = "0.13.13"
|
|
|
|
[requires]
|
|
python_version = "*"
|