Skip to content

Commit

Permalink
Merge pull request #113 from c3g/update-chord-lib
Browse files Browse the repository at this point in the history
Update chord_lib to 0.8.0
  • Loading branch information
davidlougheed committed Apr 28, 2020
2 parents a691470 + 31a0af7 commit afde5e9
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
Expand Up @@ -3,7 +3,7 @@ attrs==19.3.0
Babel==2.8.0
certifi==2020.4.5.1
chardet==3.0.4
chord-lib==0.7.0
chord-lib==0.8.0
codecov==2.0.22
colorama==0.4.3
coreapi==2.3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

python_requires=">=3.6",
install_requires=[
"chord_lib[django]==0.7.0",
"chord_lib[django]==0.8.0",
"Django>=2.2,<3.0",
"django-filter>=2.2,<3.0",
"django-nose>=1.4,<2.0",
Expand Down

0 comments on commit afde5e9

Please sign in to comment.