Skip to content

Commit

Permalink
chore: update deps and add project .toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lidatong committed Aug 31, 2019
1 parent 193a642 commit de7f778
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.portray]
modules = ['dataclasses_json']
14 changes: 10 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,20 @@
keywords='dataclasses json',
install_requires=[
'dataclasses;python_version=="3.6"',
'marshmallow==3.0.0rc6',
'marshmallow-enum>=1.4.1',
'marshmallow>=3.0.1,<4.0.0',
'marshmallow-enum>=1.4.1,<2.0.0',
'typing-inspect>=0.4.0',
'stringcase==1.2.0'
'stringcase==1.2.0,<2.0.0'
],
python_requires='>=3.6',
extras_require={
'dev': ['pytest', 'ipython', 'mypy>=0.710', 'hypothesis']
'dev': [
'pytest',
'ipython',
'mypy>=0.710',
'hypothesis',
'portray'
]
},
include_package_data=True
)

0 comments on commit de7f778

Please sign in to comment.