django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Update requirements.txt for Django 2.0 #78

Closed werty9021 closed 6 years ago

werty9021 commented 6 years ago

As mentioned in #77 , the requirements.txt file prevents pipenv from locking the Pipfile. Moreover, since PR #55 has been done to add Django 2.0, I think this was forgotten. In contrast to #77 , I advise <2.1 to include any possible 2.0 Django patches.

codecov-io commented 6 years ago

Codecov Report

Merging #78 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   75.72%   75.72%           
=======================================
  Files          26       26           
  Lines         552      552           
=======================================
  Hits          418      418           
  Misses        134      134

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 471228b...e76da95. Read the comment docs.

benjaoming commented 6 years ago

Thanks, will get that released ASAP!