mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-18 21:50:17 +00:00
refactor: update dependencies
This commit is contained in:
parent
4a3523d380
commit
a7533a7c08
@ -6,12 +6,10 @@ build-backend = "setuptools.build_meta"
|
||||
name = "arcaea-offline"
|
||||
version = "0.1.0"
|
||||
authors = [{ name = "283375", email = "log_283375@163.com" }]
|
||||
description = "Calculate your B30 & R10 locally."
|
||||
description = "Manage your local Arcaea score database."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"thefuzz[speedup] == 0.19.0"
|
||||
]
|
||||
dependencies = ["SQLAlchemy==2.0.20", "SQLAlchemy-Utils==0.41.1"]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
3
requirements.dev.txt
Normal file
3
requirements.dev.txt
Normal file
@ -0,0 +1,3 @@
|
||||
black==23.3.0
|
||||
isort==5.12.0
|
||||
pre-commit==3.3.1
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
SQLAlchemy==2.0.20
|
||||
SQLAlchemy-Utils==0.41.1
|
Loading…
x
Reference in New Issue
Block a user