Skip to content

Commit a5e26bf

Browse files
author
peterstone2017
committed
make dateutil install required
1 parent 47f51f5 commit a5e26bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
"grpcio~=1.43.0",
106106
"grpcio-tools~=1.43.0",
107107
"protobuf~=3.19.3",
108-
"azure-functions==1.11.0"
108+
"azure-functions==1.11.0",
109+
"python-dateutil~=2.8.2"
109110
]
110111

111112
EXTRA_REQUIRES = {
112113
"dev": [
113114
"azure-eventhub~=5.7.0", # Used for EventHub E2E tests
114-
"python-dateutil~=2.8.2",
115115
"pycryptodome~=3.10.1",
116116
"flake8~=4.0.1",
117117
"mypy",

0 commit comments

Comments
 (0)