diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 12:38:47 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 12:38:47 +0300 |
commit | 23e7bc7926ce6990abb10b33b9e6af863ace0696 (patch) | |
tree | 1e33f2e0b4f7c1db7aba7a52e13f5577726bc7f3 | |
parent | 7beba5f4a4941ad3ae1efa4822ec2d8e42d55537 (diff) | |
download | Servo-23e7bc7926ce6990abb10b33b9e6af863ace0696.tar.gz Servo-23e7bc7926ce6990abb10b33b9e6af863ace0696.tar.bz2 Servo-23e7bc7926ce6990abb10b33b9e6af863ace0696.zip |
require requests (for install.py)
-rw-r--r-- | requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.pip b/requirements.pip index 2828719..2544411 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,3 +1,4 @@ +requests django-mptt django-excel django-countries |