Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Remove comments
  • Loading branch information
coolhobbang committed Jan 10, 2023
1 parent 46eb971 commit 2b25f0c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions yarn-log-organizer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ def requirements():
required = f.read().splitlines()
return required

# install_requires = [
# "numpy==1.12.0;python_version<'3.6.0'",
# "pandas==0.24.2;python_version<'3.6.0'",
# "numpy==1.15.4;python_version>='3.6.1'",
# "pandas==1.1.5;python_version>='3.6.1'",
# "requests==2.26"
# ]

setup(name='yarn log collector',
version='1.0',
description='made by AWS Proserve korea AID Practice',
Expand Down

0 comments on commit 2b25f0c

Please sign in to comment.