mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00
Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file
Additionally, renamed utility.ty to tag_utils.py to fit the naming pattern used with setup.py and setup.utils.py
This commit is contained in:
parent
000d804ba7
commit
b8d9958564
8 changed files with 592 additions and 466 deletions
8
requirements.txt
Normal file
8
requirements.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
pandas>=1.5.0
|
||||
inquirer>=3.1.3
|
||||
typing-extensions>=4.5.0
|
||||
|
||||
# Development dependencies
|
||||
mypy>=1.3.0
|
||||
pandas-stubs>=2.0.0
|
||||
types-inquirer>=3.1.3
|
Loading…
Add table
Add a link
Reference in a new issue