Skip to content

Commit

Permalink
Removing a dep i didnt need
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Feb 2, 2024
1 parent 58e8d7f commit ea8aee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion qualtrix/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import logging
import requests
import time
import pytz
import datetime
from datetime import datetime, timedelta

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ uvicorn==0.25.0
starlette-prometheus==0.9.0
google-api-python-client==2.113.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
pytz==2024.1
google-auth-oauthlib==1.2.0

0 comments on commit ea8aee0

Please sign in to comment.