Skip to content

Commit

Permalink
Merge pull request #87 from KenMwaura1/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KenMwaura1 authored Jul 14, 2023
2 parents fea7f7c + df108d8 commit 947b7a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/api/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from pydantic import BaseModel, Field, NonNegativeInt
from pydantic import BaseModel, Field
from datetime import datetime as dt
from pytz import timezone as tz

Expand Down
6 changes: 4 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ chardet==4.0.0
charset-normalizer==2.0.7
click==8.0.3
databases==0.5.3
exceptiongroup==1.1.2
fastapi==0.95.2
greenlet==1.1.2
h11==0.14.0
Expand All @@ -28,15 +29,16 @@ py==1.11.0
pydantic==1.8.2
pylint==2.11.1
pyparsing==2.4.7
pytest==6.2.5
pytest==7.4.0
python-dotenv==0.21.0
pytz==2022.7.1
requests==2.31.0
requests==2.26.0
six==1.16.0
sniffio==1.2.0
SQLAlchemy==1.4.26
starlette==0.27.0
toml==0.10.2
tomli==2.0.1
typing-extensions==3.10.0.2
urllib3==1.26.7
uvicorn==0.15.0
Expand Down
4 changes: 0 additions & 4 deletions src/tests/test_notes.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import json
import pytest
from fastapi.testclient import TestClient
from app.main import app
from app.db import notes, database
from app.api.models import NoteSchema
from datetime import datetime as dt
from app.api import crud

Expand Down

0 comments on commit 947b7a2

Please sign in to comment.