Skip to content

Commit

Permalink
[add] Developemnt utils (linters, static typing and etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhymabekRoman committed Sep 14, 2022
1 parent 2c3acbf commit dd99619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
autopep8
flake8
isort
pytest
mypy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read_requirements(filename):
"language",
],
install_requires=read_requirements("requirements.txt"),
extras_require={"server": read_requirements("requirements-server.txt")},
extras_require={"server": read_requirements("requirements-server.txt"), "dev": read_requirements("requirements-dev.txt")},
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit dd99619

Please sign in to comment.