Skip to content

Commit

Permalink
Added development requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Johansson authored and Markus Johansson committed Nov 13, 2020
1 parent 59c2952 commit 9051653
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
### Added
- Runnable Gens development environment in docker
- Added Change log document
- Development dependancies
### Changed
- Added description on how to use the containerized version of Gens
- Replaced print statements with logging to stderr
Expand Down
9 changes: 9 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# testing
pytest
pytest-cov
pytest-flask
pytest-mongodb

# utils
black
isort

0 comments on commit 9051653

Please sign in to comment.