Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sv0 committed Nov 10, 2018
1 parent dc51f79 commit f987fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=2.0,<=2.1.1
Django>=2.0
markdown>=2.6.11
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deps =

[testenv:py35-d21]
deps =
django==2.1.1
django==2.1.3
{[testenv]deps}

[testenv:py36-d20]
Expand All @@ -51,7 +51,7 @@ deps =

[testenv:py36-d21]
deps =
django==2.1.1
django==2.1.3
{[testenv]deps}

[testenv:cov]
Expand Down

0 comments on commit f987fa9

Please sign in to comment.