WIP: code working, dependency conflict

This commit is contained in:
msramalho
2023-05-18 18:36:33 +01:00
parent 3a040a3fcd
commit d6aaaf1e12
6 changed files with 797 additions and 412 deletions

View File

@@ -28,4 +28,9 @@ class Archive(ArchiveCreate):
# class Tag(TagCreate):
# created_at: datetime
# # class Config:
# # orm_mode = True
# # orm_mode = True
class SubmitSheet(BaseModel):
sheet_name: str
header: int = 1