mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-21 15:00:18 +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"
|
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
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