Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py requirements update. #54

Merged
merged 1 commit into from
Mar 25, 2015
Merged

setup.py requirements update. #54

merged 1 commit into from
Mar 25, 2015

Conversation

mookerji
Copy link
Contributor

/cc @mfine

@@ -28,8 +28,7 @@
'win32',
]

# TODO
INSTALL_REQUIRES = []
INSTALL_REQUIRES = [i.strip() for i in open("./requirements.txt").readlines()]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe mirror the readme?

with open('requirements.txt) as f:
  INSTALL_REQUIRES = [i.strip() for i in f.readlines()]

@mookerji mookerji added this to the libsbp release milestone Mar 24, 2015
@mookerji mookerji self-assigned this Mar 24, 2015
@mookerji
Copy link
Contributor Author

PYTHON HOW DOES IT WORK????

@mfine
Copy link
Contributor

mfine commented Mar 25, 2015

:shipit:

mookerji added a commit that referenced this pull request Mar 25, 2015
setup.py requirements update.
@mookerji mookerji merged commit 0a5f794 into swift-nav:master Mar 25, 2015
@mookerji mookerji removed the 5 - Done label Mar 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants