Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Apr 16, 2019
1 parent cd7329b commit 66a8281
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
13 changes: 5 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@ pytest-cov
#pymysql

# linting
flake8
flake8-tidy-imports
mastool
pylint
mccabe
flake8
#black
flake8-tidy-imports
pre-commit

# Formatting (update version explicitely when needed)
isort==4.2.15
yapf==0.20.0
autopep8==1.3.3
add-trailing-comma
# Formatting
#black (only for Python 3)
isort

# Doc
sphinx-click
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ pyyaml==5.1
regex==2019.4.14
six==1.12.0 # via python-dateutil
spyne==2.13.9a0
sqlalchemy==1.3.2
sqlalchemy==1.3.3
typing==3.6.6
xmlwitch==0.3
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps=
-r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt
pymysql
# mysqlclient
# was: mysqlclient
psycopg2-binary

passenv =
Expand All @@ -29,6 +29,7 @@ basepython = python3.6
deps =
{[testenv]deps}
mypy
flake8-mypy

commands=
flake8 olapy tests
Expand Down

0 comments on commit 66a8281

Please sign in to comment.