Skip to content

Commit

Permalink
add dependencies to mypy and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem committed Feb 15, 2019
1 parent ced7e65 commit 05ee0b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Generated with dmenv 0.10.0, python 3.6.7, on Linux
cli-ui==0.9.1
colorama==0.4.1
entrypoints==0.3
flake8==3.7.5
mccabe==0.6.1
mypy-extensions==0.4.1
mypy==0.670
pycodestyle==2.5.0
pyflakes==2.1.0
tabulate==0.8.3
typed-ast==1.3.1
Unidecode==1.0.23
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ def get_long_description():
install_requires=[
"cli-ui",
],
extras_require={"dev": ["mypy", "flake8"]},
entry_points={"console_scripts": ["looper = looper.main:main"]},
)

0 comments on commit 05ee0b9

Please sign in to comment.