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 01555bc commit f4ae9c0Copy full SHA for f4ae9c0
pspy_installer/proxy.py
@@ -1,4 +1,3 @@
1
-from pathlib import Path
2
from subprocess import call
3
from pspy_installer.common import out_path
4
import sys
setup.py
@@ -24,7 +24,7 @@
24
},
25
# above option specifies what commands to install,
26
# e.g: entry_points={"console_scripts": ["yapypy=yapypy.cmd:compiler"]}
27
- install_requires=['purescripto>=0.7.3'], # dependencies
+ install_requires=['purescripto>=0.7.3', 'requests'], # dependencies
28
platforms="any",
29
classifiers=[
30
"Programming Language :: Python :: 3.5",
0 commit comments