Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Commit

Permalink
Remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley committed Sep 21, 2022
1 parent f45260a commit 8c75af1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from dotenv import load_dotenv
from google.cloud import bigquery
from PIL import Image, ImageDraw, ImageFont # type: ignore
from pytz import timezone, utc

load_dotenv()

Expand Down
11 changes: 1 addition & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ requests = "^2.28.1"
google-cloud-bigquery = "^3.3.2"
tweepy = "^4.4.0"
pillow = "^8.4.0"
pytz = "^2022.2.1"
python-dotenv = "^0.21.0"

[tool.poetry.dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pyasn1==0.4.8; python_version >= "3.7" and python_full_version < "3.0.0" and pyt
pyparsing==3.0.9; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.6.8"
python-dateutil==2.8.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.3.0"
python-dotenv==0.21.0; python_version >= "3.7"
pytz==2022.2.1
requests-oauthlib==1.3.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
rsa==4.9; python_version >= "3.6" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.11" or python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.6.0")
Expand Down

0 comments on commit 8c75af1

Please sign in to comment.