Skip to content

Commit

Permalink
setup(pydantic): add environment marker
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcrocetti committed Aug 10, 2020
1 parent bc771f5 commit 4a17df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(filename):

extras_require = {
"marshmallow": ["marshmallow>=2.15.0"],
"pydantic": ["pydantic>=1.6.1"],
"pydantic:python_version >= '3.6'": ["pydantic>=1.6.1"],
"aiohttp:python_version <= '3.4'": [],
"aiohttp:python_version >= '3.4'": "aiohttp>=2.3.0",
"twisted:python_version != '3.3' and python_version != '3.4'": "twisted>=17.1.0",
Expand Down

0 comments on commit 4a17df1

Please sign in to comment.