* include base requirements
This commit is contained in:
Michel Oosterhof 2024-11-15 09:15:36 +08:00 committed by GitHub
parent 10766790df
commit ab698d299d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Include base requirements
-r requirements.txt
build==1.2.2.post1
coverage==7.6.4
mypy-extensions==1.0.0; platform_python_implementation=='CPython'

View File

@ -1,3 +1,6 @@
# Include base requirements
-r requirements.txt
# csirtg. it has an implicit dependency on geoip2
csirtgsdk==1.1.5
geoip2