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 10ddfed commit 8e18866Copy full SHA for 8e18866
1 file changed
setup.py
@@ -9,18 +9,18 @@
9
classifiers=['Programming Language :: Python :: 3 :: Only'],
10
py_modules=['tap_saasoptics'],
11
install_requires=[
12
- 'backoff==1.10.0',
+ 'backoff==2.2.1',
13
'requests==2.32.4',
14
- 'singer-python==5.13.2'
+ 'singer-python==6.8.0'
15
],
16
entry_points='''
17
[console_scripts]
18
tap-saasoptics=tap_saasoptics:main
19
''',
20
extras_require={
21
'dev': [
22
- 'pylint==4.0.5',
23
- 'pytest==9.0.2'
+ 'pylint',
+ 'pytest'
24
]
25
},
26
packages=find_packages(),
0 commit comments