Skip to content

Commit

Permalink
chore: split out known dev dependencies
Browse files Browse the repository at this point in the history
Split out dependencies known to be development-only, as well as any unambiguous sub-dependenvies (determined via `pipenv graph`)
  • Loading branch information
AndrewADev committed Aug 13, 2023
1 parent fc0af8c commit a56d838
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ verify_ssl = true
name = "pypi"

[packages]
black = "*"
click = "*"
colorama = "*"
iniconfig = "*"
mypy-extensions = "*"
packaging = "*"
pathspec = "*"
platformdirs = "*"
pluggy = "*"
pytest = "*"
pytest-mock = "*"
tomli = "*"
typing-extensions = "*"

[dev-packages]
black = "*"
pytest = "*"
pytest-mock = "*"
mypy-extensions = "*"

[requires]
python_version = "3.10"
Expand Down
87 changes: 76 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a56d838

Please sign in to comment.