Skip to content

Commit ee24baf

Browse files
authored
Update setup.py
1 parent 8d0b813 commit ee24baf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
long_description = fh.read()
55

66
REQUIREMENTS = [
7-
# 'requests >= 1.0.0',
7+
# Add your list of production dependencies here, eg:
8+
# 'requests == 1.*',
89
]
910

1011
DEV_REQUIREMENTS = [

0 commit comments

Comments
 (0)