File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1- [tool .poetry ]
2- name = " SecurityRatConnector"
3- version = " 1.0 .0"
4- description = " An API connector for SecurityRat"
5- license = " Apache-2.0"
6- authors = [" dcfSec <contributor@dcfsec.com>" ]
7- readme = " README.md"
8- repository = " https://github.com/dcfSec/SecurityRatConnector"
9- packages = [
10- { include = " securityratconnector" },
11- ]
12-
13- [tool .poetry .dependencies ]
14- python = " ^3.6"
15- requests = " ^2.23.0"
16-
17- [tool .poetry .dev-dependencies ]
18- pytest = " ^7.0"
19-
20- [build-system ]
21- requires = [" poetry>=0.12" ]
22- build-backend = " poetry.masonry.api"
1+ [tool .poetry ]
2+ name = " SecurityRatConnector"
3+ version = " 1.1 .0"
4+ description = " An API connector for SecurityRat"
5+ license = " Apache-2.0"
6+ authors = [" dcfSec <contributor@dcfsec.com>" ]
7+ readme = " README.md"
8+ repository = " https://github.com/dcfSec/SecurityRatConnector"
9+ packages = [
10+ { include = " securityratconnector" },
11+ ]
12+
13+ [tool .poetry .dependencies ]
14+ python = " ^3.6"
15+ requests = " ^2.23.0"
16+
17+ [tool .poetry .dev-dependencies ]
18+ pytest = " ^7.0"
19+
20+ [build-system ]
21+ requires = [" poetry>=0.12" ]
22+ build-backend = " poetry.masonry.api"
You can’t perform that action at this time.
0 commit comments