Skip to content

Commit

Permalink
Add support for Django versions greater than 2.2
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Hinderyckx <[email protected]>
  • Loading branch information
ocelotl and mhindery committed Apr 23, 2020
1 parent 506d390 commit d5dd31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-django/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires =

[options.extras_require]
test =
django~=3.0.4
django > 2.2
opentelemetry-test == 0.7.dev0

[options.packages.find]
Expand Down

0 comments on commit d5dd31b

Please sign in to comment.