Skip to content

Commit

Permalink
required to deploy (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Jun 5, 2024
1 parent df254bc commit d6c2518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

ansi2html
black
build
chardet
flake8
isort
Expand All @@ -13,5 +14,6 @@ pexpect
pipenv
pytest
termynal
twine
virtualenvwrapper; sys_platform != 'win32'
virtualenvwrapper-win; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
license = { file = "LICENSE" }
readme = "README.md"
classifiers = [
"Development Status :: 5 - Stable",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit d6c2518

Please sign in to comment.