diff options
| author | jfriedli | 2020-04-26 09:50:14 -0700 |
|---|---|---|
| committer | jfriedli | 2020-04-26 09:50:14 -0700 |
| commit | c301e472bd7fd79d675c5df089db0b16fd1e2cfe (patch) | |
| tree | c3332e0f974edc09881b5534c35becc5b9fffa3b /requirements.txt | |
| parent | e1bac8b6a7fd857f38b7bcb678398c82baaa8fd5 (diff) | |
Resolve "Use a HMAC instead of a hash"
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 61f9711..4afa377 100644 --- a/requirements.txt +++ b/requirements.txt | |||
| @@ -6,3 +6,5 @@ flask==1.0.3 | |||
| 6 | Flask-RESTful==0.3.7 | 6 | Flask-RESTful==0.3.7 |
| 7 | Flask-Cors==3.0.8 | 7 | Flask-Cors==3.0.8 |
| 8 | Cerberus==1.3.1 | 8 | Cerberus==1.3.1 |
| 9 | Flask-Testing==0.8.0 | ||
| 10 | blinker==1.4 \ No newline at end of file | ||
