Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from Kinto/upgrade-kinto-version
Browse files Browse the repository at this point in the history
Upgrade Kinto version.
  • Loading branch information
Natim committed Jul 20, 2016
2 parents a08bdab + e76d4f1 commit a20c291
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
colander==1.2
colander==1.3.1
colorama==0.3.7
cornice==1.2.1
enum34==1.1.6
functools32==3.2.3.post2
futures==3.0.5
iso8601==0.1.11
jsonschema==2.5.1
kinto==3.3.0
kinto==3.3.1
PasteDeploy==1.5.2
pyramid==1.7
pyramid-multiauth==0.8.0
Expand All @@ -16,12 +17,12 @@ repoze.lru==0.6
requests==2.10.0
simplejson==3.8.2
six==1.10.0
structlog==16.0.0
transaction==1.5.0
structlog==16.1.0
transaction==1.6.1
translationstring==1.3
ujson==1.35
venusian==1.0
waitress==0.9.0
WebOb==1.6.0
WebOb==1.6.1
zope.deprecation==4.1.2
zope.interface==4.1.3
zope.interface==4.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
history = history_file.read()

requirements = [
'kinto>=1.10'
'kinto>=3.3.1'
]

test_requirements = [
Expand Down

0 comments on commit a20c291

Please sign in to comment.