Skip to content

Commit

Permalink
Merge pull request #552 from Cornices/dependabot/pip/pyramid-gte-1.7-…
Browse files Browse the repository at this point in the history
…and-lt-3

Update pyramid requirement from <2,>=1.7 to >=1.7,<3

Fixes #555
  • Loading branch information
leplatrem committed Apr 6, 2021
2 parents dbcf634 + ee7ab5a commit 310707e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
with open(os.path.join(here, 'CHANGES.txt')) as f:
CHANGES = f.read()

requires = ['pyramid>=1.7,<2', 'venusian']
requires = ['pyramid>=1.7,<3', 'venusian']

entry_points = ""
package_data = {}
Expand Down

0 comments on commit 310707e

Please sign in to comment.