diff --git a/setup.cfg b/setup.cfg index dade7fb..ac5dc54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ license = MIT [options] packages = find: install_requires = - djangoldp>=1.3.0 + djangoldp~=2.0.0 [options.extras_require] include_package_data = True