mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
c9c73bec3f
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.1) Signed-off-by: dependabot[bot] <support@github.com>
23 lines
364 B
TOML
23 lines
364 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
coverage = "~=5.0"
|
|
yamllint = "~=1.21"
|
|
elasticsearch = "~=7.6"
|
|
elasticsearch-async = "~=6.2"
|
|
pytest = "~=5.4"
|
|
colorama = "*"
|
|
|
|
[packages]
|
|
requests = "~=2.23"
|
|
urllib3 = "~=1.25"
|
|
progressbar2 = "~=3.47"
|
|
pymisp = "~=2.4.123"
|
|
PyYAML = "~=5.1"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|