Skip to content

Commit cb81c41

Browse files
committed
setup.py
1 parent 22855c7 commit cb81c41

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
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
url='https://github.com/Shikha-code36/competitivepython',
1515
packages=find_packages(),
16-
install_requires=['logging', 'heapq'],
16+
install_requires=[],
1717
keywords=['competitive programming algorithm', 'python', 'data-structures', 'algorithms',
1818
'searching-algorithm', 'sorting-algorithm', 'graphs', 'binary-search tree'],
1919
license='MIT',

0 commit comments

Comments
 (0)