Skip to content

Commit 62d36cc

Browse files
committed
Update requirements
1 parent 34fcda4 commit 62d36cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from setuptools import setup, find_packages
2-
from os.path import join, dirname
32
from sys import version_info
43
from pysendpulse import (
54
__author__,
@@ -10,7 +9,7 @@
109
install_requires = ['python3-memcached', ]
1110

1211
if version_info.major == 2:
13-
install_requires = ['python-memcached', ]
12+
install_requires = ['python-memcached', 'requests', 'simplejson']
1413

1514
setup(
1615
name='pysendpulse',

0 commit comments

Comments
 (0)