Skip to content

Commit d57c253

Browse files
committed
update 0.0.1
1 parent dedd294 commit d57c253

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Lint with pep8
3333
run: |
34-
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics sanic_mail
34+
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics redisproxy
3535
- name: Type Hint Check
3636
run: |
37-
mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores sanic_mail
37+
mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores redisproxy

requirements.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
async-timeout==4.0.2
2+
autopep8==2.0.1
3+
cffi==1.15.1
4+
cryptography==39.0.0
5+
mypy==1.0.0
6+
mypy-extensions==1.0.0
7+
pycodestyle==2.10.0
8+
pycparser==2.21
9+
pydocstyle==6.3.0
10+
pyproxypattern==0.0.1
11+
redis==4.4.2
12+
snowballstemmer==2.2.0
13+
tomli==2.0.1
14+
types-pyOpenSSL==23.0.0.2
15+
types-redis==4.4.0.6
16+
typing_extensions==4.4.0

0 commit comments

Comments
 (0)