Skip to content

Commit

Permalink
minor housekeeping (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Apr 24, 2021
1 parent 727bd3b commit 7c2320c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload Coverage Report To Code Climate
uses: paambaati/codeclimate-action@v2.6.0
env:
CC_TEST_REPORTER_ID: d5526599ee5960a785d7bcea388c403e8cc9ead6f18223c6b5f7dca22c94cb46
CC_TEST_REPORTER_ID: 30e873c5c03b343557ede56965b7e94146a21b8cbe357569f6a45365f6afaaa3
with:
coverageCommand: python -m coverage xml
- name: "Upload coverage to Codecov"
Expand Down
69 changes: 69 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
appdirs==1.4.4
appnope==0.1.2
asttokens==2.0.5
async-timeout==3.0.1
attrs==20.3.0
backcall==0.2.0
black==20.8b1
certifi==2020.12.5
chardet==4.0.0
cheap-repr==0.4.5
click==7.1.2
colorclass==2.2.0
coverage==5.5
decorator==5.0.7
distlib==0.3.1
docopt==0.6.2
executing==0.6.0
fakeredis==1.5.0
fastapi==0.63.0
filelock==3.0.12
flake8==3.9.1
h11==0.12.0
hiredis==2.0.0
idna==2.10
iniconfig==1.1.1
ipython==7.22.0
ipython-genutils==0.2.0
isort==5.8.0
jedi==0.18.0
mccabe==0.6.1
mypy-extensions==0.4.3
packaging==20.9
parso==0.8.2
pathspec==0.8.1
pexpect==4.8.0
pickleshare==0.7.5
pip-upgrader==1.4.15
pluggy==0.13.1
prompt-toolkit==3.0.18
psutil==5.8.0
ptyprocess==0.7.0
py==1.10.0
pycodestyle==2.7.0
pydantic==1.8.1
pyflakes==2.3.1
Pygments==2.8.1
pyparsing==2.4.7
pytest==6.2.3
pytest-cov==2.11.1
pytest-flake8==1.0.7
pytest-random-order==1.0.4
python-dateutil==2.8.1
redis==3.5.3
regex==2021.4.4
requests==2.25.1
six==1.15.0
snoop==0.3.0
sortedcontainers==2.3.0
starlette==0.13.6
terminaltables==3.1.0
toml==0.10.2
tox==3.23.0
traitlets==5.0.5
typed-ast==1.4.3
typing-extensions==3.7.4.3
urllib3==1.26.4
uvicorn==0.13.4
virtualenv==20.4.4
wcwidth==0.2.5

0 comments on commit 7c2320c

Please sign in to comment.