mirror of
https://github.com/crowdsecurity/cs-firewall-bouncer.git
synced 2024-08-19 01:18:49 +03:00
* Silence terminal detection * CI: debug helper for systemd units * Fix minor logging issues - pre-create a file with chmod 0600, or change them if the file already exists - don't log fatal, panic .. twice to stderr - default log_mode = stdout - calling code from crowdsec/pkg/types would create an empty $LogDir/crowdsec.log (??), this dependency is removed * fix metric parsing error
16 lines
312 B
TOML
16 lines
312 B
TOML
[packages]
|
|
pytest-cs = {ref = "0.7.14", git = "https://github.com/crowdsecurity/pytest-cs.git"}
|
|
pytest-dotenv = "0.5.2"
|
|
pytest-dependency = "0.5.1"
|
|
pexpect = "4.8.0"
|
|
flask = "2.2.3"
|
|
pytimeparse = "1.1.8"
|
|
psutil = "5.9.5"
|
|
|
|
[dev-packages]
|
|
gnureadline = "8.1.2"
|
|
ipdb = "0.13.13"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|