Skip to content

Commit

Permalink
Updated requirements , fixed typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 21, 2023
1 parent 91b06b5 commit fc6c4ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ fastapi==0.105.0
uvicorn==0.24.0
psycopg2==2.9.9
geojson-pydantic==1.0.1
pytest == 7.4.3
geojson == 3.1.0
pytest==7.4.3

# Used for new relic monitoring
newrelic == 7.2.4.171
sentry-sdk == 1.5.12
geojson==3.1.0

# # Used for new relic monitoring
# newrelic==7.2.4.171
# sentry-sdk==1.5.12

## Third party
area==1.1.1
Expand Down

0 comments on commit fc6c4ad

Please sign in to comment.