refactor: update dependencies

This commit is contained in:
283375 2023-08-26 16:06:11 +08:00
parent 4a3523d380
commit a7533a7c08
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk
3 changed files with 7 additions and 4 deletions

View File

@ -6,12 +6,10 @@ build-backend = "setuptools.build_meta"
name = "arcaea-offline" name = "arcaea-offline"
version = "0.1.0" version = "0.1.0"
authors = [{ name = "283375", email = "log_283375@163.com" }] authors = [{ name = "283375", email = "log_283375@163.com" }]
description = "Calculate your B30 & R10 locally." description = "Manage your local Arcaea score database."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = ["SQLAlchemy==2.0.20", "SQLAlchemy-Utils==0.41.1"]
"thefuzz[speedup] == 0.19.0"
]
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",

3
requirements.dev.txt Normal file
View File

@ -0,0 +1,3 @@
black==23.3.0
isort==5.12.0
pre-commit==3.3.1

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
SQLAlchemy==2.0.20
SQLAlchemy-Utils==0.41.1