Fixes in pip dependencies
This commit is contained in:
parent
0eb054bf1f
commit
a5e51f6647
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
|
|||
name = "cuchulu"
|
||||
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@cuchulu.com"}]
|
||||
readme = "README.md"
|
||||
version = "1.0.36"
|
||||
version = "1.0.37"
|
||||
description = "A simple framework using bottle and mako"
|
||||
# dynamic = ["version", "description"]
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ classifiers=['Development Status :: 4 - Beta',
|
|||
"Programming Language :: Python :: 3.12"
|
||||
]
|
||||
requires-python = ">=3.9"
|
||||
install_requires=[
|
||||
dependencies=[
|
||||
"bottle",
|
||||
"pymysql",
|
||||
"sqlalchemy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue