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

Duplicate/redundant requirements definition #41

Closed
engnadeau opened this issue Apr 19, 2018 · 2 comments
Closed

Duplicate/redundant requirements definition #41

engnadeau opened this issue Apr 19, 2018 · 2 comments
Assignees

Comments

@engnadeau
Copy link
Contributor

  • Requirements are doubly defined in both

opem/setup.py

Lines 29 to 33 in ba9da21

install_requires=[
'art>0.7',
'codecov',
'requests',
],

opem/requirements.txt

Lines 1 to 3 in ba9da21

codecov
art>0.7
requests

@katyhuff
Copy link

@sepandhaghighi It appears 6a9ee30 is failing your unit tests?

@sepandhaghighi
Copy link
Contributor

@katyhuff

Yeah, it was for python 3.3, solved.

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

No branches or pull requests

3 participants