File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,19 @@ def get_version() -> str:
24
24
name = "pygitguardian" ,
25
25
version = get_version (),
26
26
packages = find_packages (exclude = ["tests" ]),
27
- description = "Python Wrapper for GitGuardian's API -- Scan security policy breaks everywhere" ,
27
+ description = "Python Wrapper for GitGuardian's API -- Scan security "
28
+ "policy breaks everywhere" ,
28
29
long_description = read ("README.md" ),
29
30
long_description_content_type = "text/markdown" ,
30
31
url = "https://github.com/GitGuardian/py-gitguardian" ,
31
32
author = "GitGuardian" ,
32
33
33
34
maintainer = "GitGuardian" ,
34
- install_requires = ["marshmallow>=3.5" , "requests>=2" ],
35
+ install_requires = [
36
+ "marshmallow>=3.5" ,
37
+ "requests>=2" ,
38
+ "marshmallow-dataclass >=8.5.8, <8.6.0" ,
39
+ ],
35
40
include_package_data = True ,
36
41
zip_safe = True ,
37
42
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments