Skip to content

Commit 29baca2

Browse files
committed
adds requests in the install_requires
1 parent 55b91c5 commit 29baca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
py_modules=["tap_asana"],
1212
install_requires=[
1313
"asana==5.1.0",
14+
"requests==2.32.4",
1415
"singer-python==6.1.1"
1516
],
1617
extras_require={
1718
"test": [
1819
"pylint",
19-
"requests==2.32.3",
2020
"nose"
2121
],
2222
"dev": [

0 commit comments

Comments
 (0)