summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-07-06 15:45:52 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-07-06 15:30:55 +0000
commit99de0468793fb61aa951fac2e7d0c8d39347e0eb (patch)
tree37c99b545563ee0856224d206e3598d771c2fccf
parentc3f3e653dc397d933db5a00623ff969eeb14fce6 (diff)
Document OpenSSL dependencies
Change-Id: I2153f3facc03c9aa430b87167119c786e300fed1 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1bcdbfe..e229442 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ The reference platform is Debian Jessie and the packages needed there are:
* python-yaml (3.11)
* python-django (1.7.9)
* python-django-common (1.7.9)
+ * python-openssl (0.14)
+ * python-m2crypto (0.21)
Before running the server, make sure to adapt the `APPSTORE_*` settings in
`appstore/settings.py` to your environment.