lucasmontano / magic-link

Generate, send and validate a magic link.
MIT License
105 stars 13 forks source link

Add Requirements.txt #23

Closed mateushnsoares closed 4 years ago

mateushnsoares commented 4 years ago

Requirements.txt is important to a contributor easily install dependencies running only pip install -r requirements.txt instead:

$ pip install ...
...
$ pip install ...

Closes #22