Skip to content

Commit

Permalink
Upgrade requirements.txt & fix flake8 url
Browse files Browse the repository at this point in the history
  • Loading branch information
Grennith committed Apr 8, 2023
1 parent 6954b0b commit 0f8c2bb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repos:
rev: 1.0.3
hooks:
- id: save-commit-msg
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
language_version: python3
Expand Down
48 changes: 23 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
aiocache==0.11.1
aiofile==3.8.1
aiocache==0.12.0
aiofile==3.8.5
aiohttp==3.8.4
aiohttp-remotes==1.2.0
aiohttp-jinja2==1.5.1
aiohttp-session==2.12.0
aiomysql==0.1.1
aiounittest==1.4.2
alembic==1.9.4
alembic==1.10.3
APKMirror-Search==1.0.0
apkutils==1.2.2
asyncio-rlock==0.1.0
Expand All @@ -15,41 +15,39 @@ cachetools==5.3.0
ConfigArgParse==1.5.3
dataclasses==0.6
geopy==2.3.0
gevent==21.12.0
gpxdata==1.2.1
greenlet==1.1.2
grpcio==1.51.1
grpcio==1.53.0
ImageHash==4.3.1
imutils==0.5.4
Jinja2==3.1.2
loguru==0.6.0
matplotlib==3.6.3
msgpack==1.0.4
multidict==6.0.3
matplotlib==3.7.1
msgpack==1.0.5
multidict==6.0.4
mysql-connector==2.2.9
mysqlclient==2.1.1
numpy==1.24.2
opencv-python==4.6.0.66
orjson==3.8.6
Pillow==9.3.0
protobuf==3.20.2
opencv-python==4.7.0.72
orjson==3.8.9
Pillow==9.5.0
protobuf==4.22.1
psutil==5.9.4
PyMySQL==1.0.2
PyMySQL==1.0.3
pytesseract==0.3.10
pytz==2022.6
pytz==2023.3
requests==2.28.2
s2sphere==0.2.5
SQLAlchemy==2.0.3
timezonefinder==6.1.9
SQLAlchemy==2.0.9
timezonefinder==6.2.0
ujson==5.7.0
urllib3==1.26.14
urllib3==1.26.15
uvloop==0.17.0
websockets==10.4
Werkzeug==2.2.2
websockets==11.0.1
Werkzeug==2.2.3
yarl==1.8.2
beautifulsoup4==4.11.1
marshmallow-dataclass==8.5.10
beautifulsoup4==4.12.2
marshmallow-dataclass==8.5.12
marshmallow-enum==1.5.1
typeguard==2.13.3
redis==4.5.1
hiredis==1.1.0
typeguard==3.0.2
redis==4.5.4
hiredis==2.2.2

0 comments on commit 0f8c2bb

Please sign in to comment.