We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4efc1 commit e2eaca6Copy full SHA for e2eaca6
1 file changed
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name="pre-ai-python",
17
- version="0.0.0",
+ version="0.0.1",
18
description="Microsoft AI Python Package",
19
long_description=readme,
20
long_description_content_type="text/x-rst",
@@ -70,7 +70,7 @@
70
"azure-search-documents==11.1.0b3",
71
"azure-servicebus==0.50.3",
72
"azure-storage==0.36.0",
73
- "azure-storage-blob<13.0.0,>=12.6.0
+ "azure-storage-blob<13.0.0,>=12.6.0",
74
"azure-storage-common==2.1.0",
75
"azure-storage-file==2.1.0",
76
"azure-storage-file-datalake",
@@ -133,7 +133,7 @@
133
"pbr==5.4.5",
134
"pkgconfig",
135
"pip==20.3.3",
136
- "Pillow>=6.2
+ "Pillow>=6.2",
137
"preshed==3.0.4",
138
"protobuf==3.14.0",
139
"playfab==0.0.200914",
0 commit comments