Skip to content

Commit 7544348

Browse files
committed
use newer purescripto
1 parent cc4d342 commit 7544348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actual_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
entry_points={"console_scripts": ['pspy-blueprint=pspy_proxy.proxy:main']},
2222
# above option specifies what commands to install,
2323
# e.g: entry_points={"console_scripts": ["yapypy=yapypy.cmd:compiler"]}
24-
install_requires=['purescripto>=0.7.3', 'requests'], # dependencies
24+
install_requires=['purescripto>=0.7.5', 'requests'], # dependencies
2525
platforms="any",
2626
classifiers=[
2727
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)