Added mca_queries.py and it's pre-generated result mca_record_types.py. The latter is for type hinting and will make writing queries to solve for schedule numbers much easier. Next will be to write tools to make hunting for desired schedules easier.
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ dependencies = [
|
||||
"requests (>=2.34.2,<3.0.0)",
|
||||
"pypdf (>=6.12.0,<7.0.0)",
|
||||
"pandas (>=3.0.3,<4.0.0)",
|
||||
"pandas-stubs (>=3.0.0.260204,<4.0.0.0)"
|
||||
"pandas-stubs (>=3.0.0.260204,<4.0.0.0)",
|
||||
"sqlalchemy (>=2.0.49,<3.0.0)"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user