diff options
author | Alban Gruin | 2019-06-09 19:49:51 +0200 |
---|---|---|
committer | Alban Gruin | 2019-06-09 20:00:55 +0200 |
commit | 4b4003db70021717f0dfd4f0fe6790c5f52134a8 (patch) | |
tree | ed2ca8708b2fa0defdcfca336483f14995d37e21 /requirements.txt | |
parent | dab185062a58b73c9770a5d474ff3c5cd5ebcebf (diff) | |
parent | c2a2f5aac817d4255c30c447808ec08faecda036 (diff) |
Merge branch 'ag/api' into futur
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 |