remove hyper from apns2

This commit is contained in:
Ankit Desai
2020-06-23 18:38:47 -04:00
parent e60ca8c4e9
commit f1220b8e0b
3 changed files with 32 additions and 60 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ from setuptools import setup
setup(
name='apns2',
version='0.7.1',
version='0.7.2',
packages=['apns2'],
install_requires=[
'hyper>=0.7',
'httpx>=0.13.0',
'PyJWT>=1.4.0',
'cryptography>=1.7.2',
],