Files
cs-firewall-bouncer/Pipfile
mmetc bc299f396e fix minor logging issues (#264)
* 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
2023-04-27 16:05:34 +02:00

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"