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.
2 parents 2345908 + cdc2e4c commit 77058c4Copy full SHA for 77058c4
setup.py
@@ -15,6 +15,6 @@
15
long_description_content_type="text/markdown",
16
packages=find_packages(exclude=["tests"]),
17
python_requires=">=3.7, <4",
18
- install_requires=["attrs >= 21.3.0", 'PyJWT >= 2.6.0, < 3', 'requests >= 2.28.0, < 3', 'cryptography >= 40.0.0, < 42', 'pyOpenSSL >= 23.1.1, < 24', 'asn1==2.7.0', 'cattrs==23.1.2'],
+ install_requires=["attrs >= 21.3.0", 'PyJWT >= 2.6.0, < 3', 'requests >= 2.28.0, < 3', 'cryptography >= 40.0.0, < 43', 'pyOpenSSL >= 23.1.1, < 25', 'asn1==2.7.0', 'cattrs==23.1.2'],
19
package_data={"appstoreserverlibrary": ["py.typed"]},
20
)
0 commit comments