We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7cb4e commit 9635e2bCopy full SHA for 9635e2b
1 file changed
setup.py
@@ -26,7 +26,6 @@
26
package_data={'cdp': ['py.typed']},
27
packages=find_packages(exclude=['build', 'docs', 'examples', 'generator']),
28
install_requires=[
29
- 'inflection',
30
'deprecated'
31
]
32
)
0 commit comments