Skip to content

Commit 19e5db5

Browse files
author
r.cimadure
committed
add requests in requires
File "/usr/local/lib/python3.6/site-packages/libvin/nhtsa.py", line 9, in <module> import requests ModuleNotFoundError: No module named 'requests'
1 parent 5968c62 commit 19e5db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22
import sys, os
33

4-
VERSION = '0.0.2'
4+
VERSION = '0.0.3'
55

66
REQUIRES = [
7-
'nose',
7+
'nose', 'requests',
88
]
99

1010
setup(name='libvin',

0 commit comments

Comments
 (0)