sergei-maertens / django-systemjs

MIT License
42 stars 5 forks source link

Add Django 1.10.1 to requirements.txt for example #23

Closed davis closed 8 years ago

davis commented 8 years ago

Hi, I was trying to run the examples and I noticed that django wasn't in the requirements so it wasn't running. I've added version 1.10.1 in this PR!

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 96.341% when pulling 4643b854c93eff8291a86236d8e3be1133dbe423 on davis:add-django-to-reqs into 628ad6ccaa5d1c798a239d776bf5e38000d94192 on sergei-maertens:develop.

codecov-io commented 8 years ago

Current coverage is 93.72% (diff: 100%)

Merging #23 into develop will not change coverage

@@            develop        #23   diff @@
==========================================
  Files            13         13          
  Lines           574        574          
  Methods           0          0          
  Messages          0          0          
  Branches         83         83          
==========================================
  Hits            538        538          
  Misses           21         21          
  Partials         15         15          

Powered by Codecov. Last update 628ad6c...4643b85

sergei-maertens commented 8 years ago

Thanks, I don't remember if it was intentional or not, but it should be easy enough to keep up to date!