mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
Planned first release
This commit is contained in:
parent
36b887c964
commit
6fc859b766
7 changed files with 304 additions and 3 deletions
|
@ -22,7 +22,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
requires-python = ">=3.13" # This is what it was built with anyway
|
||||
requires-python = ">=3.11" # This is what it was built with anyway
|
||||
dependencies = [
|
||||
"pandas>=1.5.0",
|
||||
"inquirer>=3.1.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue