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

build: separate development dependencies #100

Merged
merged 2 commits into from
May 2, 2021
Merged

build: separate development dependencies #100

merged 2 commits into from
May 2, 2021

Conversation

uniqueg
Copy link
Member

@uniqueg uniqueg commented May 2, 2021

Description

  • Add requirements_dev.txt for dependencies that are only required for testing/developing FOCA
  • Move dependencies required for packaging to setup() option setup_requires in setup.py
  • Use requirements.txt only for dependencies that are required for running FOCA

Fixes #95

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have not reduced the existing code coverage

@uniqueg uniqueg merged commit 39c9e71 into dev May 2, 2021
@uniqueg uniqueg deleted the split_deps branch May 2, 2021 14:56
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.

Clean up dependencies
1 participant