8000 Removed argparse from install_requires · suriyan/python-for-android@b96e028 · GitHub
[go: up one dir, main page]

Skip to content

Commit b96e028

Browse files
committed
Removed argparse from install_requires
1 parent 397fd72 commit b96e028

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
@@ -49,7 +49,7 @@ def recursively_include(results, directory, patterns):
4949
author_email='kivy-dev@googlegroups.com',
5050
url='https://github.com/kivy/python-for-android',
5151
license='MIT',
52-
install_requires=['appdirs', 'colorama>=0.3.3', 'sh>=1.10', 'jinja2', 'argparse',
52+
install_requires=['appdirs', 'colorama>=0.3.3', 'sh>=1.10', 'jinja2',
5353
'six'],
5454
entry_points={
5555
'console_scripts': [

0 commit comments

Comments
 (0)
0