Skip to content

Commit

Permalink
Update dependency requirement for Django to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Dec 4, 2019
1 parent 1a07adc commit 8885d21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click-completion~=0.5.1
click-config-file~=0.5.0
click-spinner~=0.1.8
click~=7.0
django~=1.11
django~=2.2
docutils==0.15.2
ete3~=3.1
flask-cors~=3.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- click-config-file~=0.5.0
- click-spinner~=0.1.8
- click~=7.0
- django~=1.11
- django~=2.2
- ete3~=3.1
- python-graphviz~=0.13
- ipython>=4.0,<6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"click-config-file~=0.5.0",
"click-spinner~=0.1.8",
"click~=7.0",
"django~=1.11",
"django~=2.2",
"ete3~=3.1",
"graphviz~=0.13",
"ipython>=4.0,<6.0",
Expand Down

0 comments on commit 8885d21

Please sign in to comment.