diff options
author | Alban Gruin | 2019-01-27 21:59:34 +0100 |
---|---|---|
committer | Alban Gruin | 2019-01-27 21:59:34 +0100 |
commit | 3db1e1cf3147c2a12eb29973493d9fbae063ee7c (patch) | |
tree | f7427d1cef5e84ba09dc6f01884b306f986d6ea9 /requirements.txt | |
parent | 0001f374946a8778b0b5fad4c5baee091d328a9f (diff) | |
parent | 9987d47ec8c74d649de2a7d09ef62beb885949d9 (diff) |
Merge branch 'ag/api' into prod/pa1ch/0.14.z
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index f2c309f..6c91f54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ beautifulsoup4==4.6.3 Django==2.0.8 +djangorestframework==3.9.1 gunicorn==19.9.0 icalendar==4.0.2 lxml==4.2.4 |