Skip to content

Commit

Permalink
fix extras_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Dec 24, 2020
1 parent 5d00bea commit 03f0eed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
'dnspython>=2.0.0,<2.1.0',
'dataclasses>=0.6;python_version<"3.7"',
],
extras_require=[
'mongoengine>=0.20.0,<0.23.0',
'rom<=1.0.0'
],
extras_require={
'mongoengine': 'mongoengine>=0.20.0,<0.23.0',
'rom': 'rom>=1.0.0,<1.1.0',
},
classifiers=[
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 03f0eed

Please sign in to comment.