-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
- Django DataDog Logger version: 0.7.1
- Python version: 3.11
- Operating System: Ubuntu
Description
datadog logger uses library pytz, which this library does not have listed as a dependency
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
What I Did
ran poetry install with this library as a dependency and got a runtime error from the library:
File "/opt/webapp/api/.venv/lib/python3.11/site-packages/django_datadog_logger/formatters/datadog.py", line 8, in <module>
import pytz
ModuleNotFoundError: No module named 'pytz'
FabianClemenz and browniebroke