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 cc4d342 commit 7544348Copy full SHA for 7544348
actual_setup.py
@@ -21,7 +21,7 @@
21
entry_points={"console_scripts": ['pspy-blueprint=pspy_proxy.proxy:main']},
22
# above option specifies what commands to install,
23
# e.g: entry_points={"console_scripts": ["yapypy=yapypy.cmd:compiler"]}
24
- install_requires=['purescripto>=0.7.3', 'requests'], # dependencies
+ install_requires=['purescripto>=0.7.5', 'requests'], # dependencies
25
platforms="any",
26
classifiers=[
27
"Programming Language :: Python :: 3.5",
0 commit comments