We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fcda4 commit 62d36ccCopy full SHA for 62d36cc
setup.py
@@ -1,5 +1,4 @@
1
from setuptools import setup, find_packages
2
-from os.path import join, dirname
3
from sys import version_info
4
from pysendpulse import (
5
__author__,
@@ -10,7 +9,7 @@
10
9
install_requires = ['python3-memcached', ]
11
12
if version_info.major == 2:
13
- install_requires = ['python-memcached', ]
+ install_requires = ['python-memcached', 'requests', 'simplejson']
14
15
setup(
16
name='pysendpulse',
0 commit comments