jotes / django-cookies-samesite

This repository contains a middleware which automatically sets SameSite attribute for session and csrf cookies in legacy versions of Django.
BSD 3-Clause "New" or "Revised" License
49 stars 35 forks source link

Fix the setup of requirements #26

Closed jotes closed 4 years ago

jotes commented 4 years ago

The current list of dependencies is defined in requirements.txt and Setuptools is not able to read those files. @timmc-edx made a nice hack to fix this problem.