Skip to content

Commit f4ae9c0

Browse files
committed
requests is not stdlib...
1 parent 01555bc commit f4ae9c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pspy_installer/proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from pathlib import Path
21
from subprocess import call
32
from pspy_installer.common import out_path
43
import sys

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
# above option specifies what commands to install,
2626
# e.g: entry_points={"console_scripts": ["yapypy=yapypy.cmd:compiler"]}
27-
install_requires=['purescripto>=0.7.3'], # dependencies
27+
install_requires=['purescripto>=0.7.3', 'requests'], # dependencies
2828
platforms="any",
2929
classifiers=[
3030
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)