Skip to content

Commit

Permalink
Rely on cliquet>3
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 29, 2016
1 parent d8d9fd2 commit 195aa8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ def read_file(filename):

REQUIREMENTS = [
'waitress',
'cliquet>=2.15,<3',
'cliquet>=3,<4',
'jsonschema',
]

POSTGRESQL_REQUIREMENTS = REQUIREMENTS + [
'cliquet[postgresql]>=2.15,<3'
'cliquet[postgresql]>=3,<4'
]

MONITORING_REQUIREMENTS = REQUIREMENTS + [
'cliquet[monitoring]>=2.15,<3'
'cliquet[monitoring]>=3,<4'
]

FXA_REQUIREMENTS = REQUIREMENTS + [
Expand Down

0 comments on commit 195aa8a

Please sign in to comment.