Skip to content

Commit

Permalink
Fixes arango-orm deps collision
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenoak committed Aug 2, 2019
1 parent 41e1b56 commit 4330007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated file, do not edit
marshmallow>=2.19.0,<3
marshmallow>=2.16.0,<3
quaerere-base-common
pytest-runner
Sphinx>=1.8.0,<2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

PROJECT_NAME = 'quaerere-willamette-common'
INSTALL_REQUIRES = [
'marshmallow>=2.19.0,<3',
'marshmallow>=2.16.0,<3',
'quaerere-base-common', ]
SETUP_REQUIRES = [
'pytest-runner',
Expand Down

0 comments on commit 4330007

Please sign in to comment.