Skip to content

Commit

Permalink
Cleaning pylint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajer committed Jun 3, 2024
1 parent a0da386 commit 9f6fb48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
- name: Set pythonpath
run: |
PWD=$(pwd)
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
alembic==1.13.1
annotated-types==0.7.0
anyio==4.4.0
astroid==3.2.2
certifi==2024.2.2
click==8.1.7
colorama==0.4.6
dill==0.3.8
dnspython==2.6.1
email_validator==2.1.1
exceptiongroup==1.2.1
Expand All @@ -15,16 +17,20 @@ httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
idna==3.7
isort==5.13.2
Jinja2==3.1.4
Mako==1.3.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
mysqlclient==2.2.4
orjson==3.10.3
platformdirs==4.2.2
pydantic==2.7.2
pydantic_core==2.18.3
Pygments==2.18.0
pylint==3.2.2
python-dotenv==1.0.1
python-multipart==0.0.9
PyYAML==6.0.1
Expand All @@ -33,6 +39,8 @@ shellingham==1.5.4
sniffio==1.3.1
SQLAlchemy==2.0.30
starlette==0.37.2
tomli==2.0.1
tomlkit==0.12.5
typer==0.12.3
typing_extensions==4.12.0
ujson==5.10.0
Expand Down

0 comments on commit 9f6fb48

Please sign in to comment.