Skip to content

Commit

Permalink
extras_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Dec 24, 2020
1 parent 48a5c6f commit 5d00bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.5'
__version__ = '0.0.6.dev0'
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
'chalice>=1.16.0,<1.21.7',
'cuenca-validations>=0.4,<0.7',
'blinker>=1.4,<1.5',
'mongoengine>=0.20.0,<0.23.0',
'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'
],
classifiers=[
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 5d00bea

Please sign in to comment.