Skip to content

Commit

Permalink
Merge pull request #94 from pdsaraujo/remove_pinned_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoaraujo authored Mar 6, 2023
2 parents ac9f704 + f009597 commit 3e033e9
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 444 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ docs:
@echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"

requirements:
pipenv lock
pipenv requirements > requirements.txt
pipenv requirements --dev-only > requirements-dev.txt
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ verify_ssl = true

[dev-packages]
pytest = "*"
coverage = "==5.1"
coverage = "*"
tox = "*"
flake8 = "==3.9.2"
flake8 = "*"
codecov = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
twine = "*"
mypy = "*"
isort = "*"
black = "==21.12b0"
black = "*"
pre-commit = "*"

[packages]
Expand Down
Loading

0 comments on commit 3e033e9

Please sign in to comment.