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

Added requirement.txt file #39

Merged
merged 2 commits into from
Mar 5, 2021
Merged

Added requirement.txt file #39

merged 2 commits into from
Mar 5, 2021

Conversation

dpgrote
Copy link
Member

@dpgrote dpgrote commented Feb 22, 2021

This resolves issue #38

@dpgrote dpgrote requested a review from ax3l February 22, 2021 19:07
Copy link
Member

@ax3l ax3l left a comment

Choose a reason for hiding this comment

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

🎉

# Read the package requirements from the requirements.txt file
with open('requirements.txt') as f:
install_requires = [ line.strip('\n') for line in f.readlines() ]

setup(name = 'picmistandard',
version = '0.0.13',
Copy link
Member

@ax3l ax3l Mar 5, 2021

Choose a reason for hiding this comment

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

Aren't we at 0.0.14 already?

Suggested change
version = '0.0.13',
version = '0.0.14',

Maybe the base branch here is just outdated and the diff looks confusing to me.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed by merging in master

@dpgrote dpgrote merged commit 336f9c8 into master Mar 5, 2021
@ax3l ax3l deleted the add_requirements branch March 6, 2021 01:02
@ax3l ax3l mentioned this pull request Dec 8, 2021
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