Skip to content

Commit

Permalink
Req: use PEP0440 compatible release syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Oct 13, 2016
1 parent a7dfff9 commit 0033848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base requirements

# Note: also adjust pootle/checks::DJANGO_MINIMUM_REQUIRED_VERSION
Django>=1.9.10,<1.10 # rq.filter: >=1.9,<1.10
Django~=1.9.10

# Django apps
django-allauth==0.27.0
Expand All @@ -18,7 +18,7 @@ django-statici18n==1.2.1
cssmin==0.2.0
diff-match-patch==20121119
dirsync==2.2.2
elasticsearch>=1.0.0,<2.0.0 # rq.filter: >=1.0,<2.0
elasticsearch~=1.0
jsonfield==1.0.3
# Note: also adjust pootle/checks::LXML_MINIMUM_REQUIRED_VERSION
lxml>=3.5,<=3.6.4
Expand Down

0 comments on commit 0033848

Please sign in to comment.