Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
requirements: Add coveralls, remove pytest and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 28, 2021
1 parent dbbe9ce commit f02ecc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 38 deletions.
3 changes: 1 addition & 2 deletions requirements_dev.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
-r requirements.txt
black
coveralls
flake8
ipdb
ipython
isort
pip-tools
pre-commit
pylint
pytest
transifex-client
46 changes: 10 additions & 36 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ asgiref==3.2.10
# via
# -r requirements.txt
# django
astroid==2.4.2
# via pylint
attrs==20.3.0
# via pytest
backcall==0.2.0
# via ipython
beautifulsoup4==4.8.2
Expand Down Expand Up @@ -73,6 +69,10 @@ click==7.1.2
# click-didyoumean
# click-repl
# pip-tools
coverage==5.5
# via coveralls
coveralls==3.0.1
# via -r requirements_dev.in
dataclasses==0.8
# via black
decorator==4.4.2
Expand Down Expand Up @@ -120,6 +120,8 @@ djangorestframework==3.12.1
# via
# -r requirements.txt
# wagtail
docopt==0.6.2
# via coveralls
draftjs-exporter==2.1.7
# via
# -r requirements.txt
Expand Down Expand Up @@ -168,16 +170,12 @@ importlib-metadata==2.0.0
# -r requirements.txt
# flake8
# kombu
# pluggy
# pre-commit
# pytest
# virtualenv
importlib-resources==5.1.2
# via
# pre-commit
# virtualenv
iniconfig==1.1.1
# via pytest
ipdb==0.13.4
# via -r requirements_dev.in
ipython-genutils==0.2.0
Expand All @@ -187,9 +185,7 @@ ipython==7.16.1
# -r requirements_dev.in
# ipdb
isort==5.6.4
# via
# -r requirements_dev.in
# pylint
# via -r requirements_dev.in
jdcal==1.4.1
# via
# -r requirements.txt
Expand All @@ -204,12 +200,8 @@ l18n==2020.6.1
# via
# -r requirements.txt
# wagtail
lazy-object-proxy==1.4.3
# via astroid
mccabe==0.6.1
# via
# flake8
# pylint
# via flake8
mypy-extensions==0.4.3
# via black
nodeenv==1.5.0
Expand All @@ -226,8 +218,6 @@ openpyxl==3.0.5
# via
# -r requirements.txt
# tablib
packaging==20.9
# via pytest
pandas==1.1.5
# via -r requirements.txt
parso==0.7.1
Expand All @@ -244,8 +234,6 @@ pillow==8.1.2
# wagtail
pip-tools==5.5.0
# via -r requirements_dev.in
pluggy==0.13.1
# via pytest
pre-commit==2.11.1
# via -r requirements_dev.in
prometheus-client==0.8.0
Expand All @@ -261,8 +249,6 @@ psycopg2-binary==2.8.6
# via -r requirements.txt
ptyprocess==0.6.0
# via pexpect
py==1.10.0
# via pytest
pyasn1-modules==0.2.8
# via
# -r requirements.txt
Expand All @@ -278,12 +264,6 @@ pyflakes==2.2.0
# via flake8
pygments==2.7.2
# via ipython
pylint==2.6.0
# via -r requirements_dev.in
pyparsing==2.4.7
# via packaging
pytest==6.2.2
# via -r requirements_dev.in
python-dateutil==2.8.1
# via
# -r requirements.txt
Expand All @@ -310,6 +290,7 @@ requests-oauthlib==1.3.0
requests==2.24.0
# via
# -r requirements.txt
# coveralls
# gspread
# requests-oauthlib
# transifex-client
Expand All @@ -323,7 +304,6 @@ sentry-sdk==0.19.5
six==1.15.0
# via
# -r requirements.txt
# astroid
# click-repl
# google-auth
# html5lib
Expand Down Expand Up @@ -352,8 +332,6 @@ toml==0.10.2
# via
# black
# pre-commit
# pylint
# pytest
tornado==6.1
# via
# -r requirements.txt
Expand All @@ -363,9 +341,7 @@ traitlets==4.3.3
transifex-client==0.14.1
# via -r requirements_dev.in
typed-ast==1.4.1
# via
# astroid
# black
# via black
typing-extensions==3.7.4.3
# via black
unidecode==1.1.1
Expand Down Expand Up @@ -399,8 +375,6 @@ willow==1.4
# via
# -r requirements.txt
# wagtail
wrapt==1.12.1
# via astroid
xlrd==1.2.0
# via
# -r requirements.txt
Expand Down

0 comments on commit f02ecc5

Please sign in to comment.