summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-10 20:25:46 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-10 20:25:46 +0200
commitd8c80a45138d15f6eb856679ae1ccae4eb3d1e2c (patch)
tree71f5df0aecebe41d1412e4138052bb69e7bd921b
parent8013b26639379d5e2c22ea0ad86ed5342e2e993a (diff)
downloadblog-stable.tar.gz
blog-stable.tar.bz2
blog-stable.zip
dependenciesstable
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8304034..b0d33be 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,9 @@ setup(name='talerblog',
license='GPL',
packages=find_packages(),
install_requires=["Flask>=0.10",
- "beautifulsoup4"],
+ "beautifulsoup4",
+ "requests",
+ "uwsgi"],
tests_require=["nose", "mock"],
test_suite="nose.collector",
package_data={