Initial Draft
Browse files- dto/user_story.py +1 -1
- requirements.txt +2 -1
dto/user_story.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
from typing import List
|
3 |
|
4 |
class UserStoryScenarios(BaseModel):
|
|
|
1 |
+
from pydantic import BaseModel, Field
|
2 |
from typing import List
|
3 |
|
4 |
class UserStoryScenarios(BaseModel):
|
requirements.txt
CHANGED
@@ -16,4 +16,5 @@ streamlit
|
|
16 |
duckduckgo-search
|
17 |
json-repair
|
18 |
audio-recorder-streamlit
|
19 |
-
youtube-transcript-api
|
|
|
|
16 |
duckduckgo-search
|
17 |
json-repair
|
18 |
audio-recorder-streamlit
|
19 |
+
youtube-transcript-api
|
20 |
+
pydantic
|