We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22855c7 commit cb81c41Copy full SHA for cb81c41
setup.py
@@ -13,7 +13,7 @@
13
long_description=long_description,
14
url='https://github.com/Shikha-code36/competitivepython',
15
packages=find_packages(),
16
- install_requires=['logging', 'heapq'],
+ install_requires=[],
17
keywords=['competitive programming algorithm', 'python', 'data-structures', 'algorithms',
18
'searching-algorithm', 'sorting-algorithm', 'graphs', 'binary-search tree'],
19
license='MIT',
0 commit comments