Skip to content

Commit 7270228

Browse files
committed
code formatting
1 parent 573b989 commit 7270228

File tree

1 file changed

+126
-126
lines changed

1 file changed

+126
-126
lines changed

scripts/populate_tox/config.py

Lines changed: 126 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -145,143 +145,143 @@
145145
">=0.3": ["langchain-community"],
146146
},
147147
"include": "<1.0",
148-
"langgraph": {
149-
"package": "langgraph",
150-
},
151-
"launchdarkly": {
152-
"package": "launchdarkly-server-sdk",
153-
},
154-
"litestar": {
155-
"package": "litestar",
156-
"deps": {
157-
"*": ["pytest-asyncio", "python-multipart", "requests", "cryptography"],
158-
"<2.7": ["httpx<0.28"],
159-
},
160-
},
161-
"loguru": {
162-
"package": "loguru",
163-
},
164-
"openai-base": {
165-
"package": "openai",
166-
"integration_name": "openai",
167-
"deps": {
168-
"*": ["pytest-asyncio", "tiktoken"],
169-
"<1.55": ["httpx<0.28"],
170-
},
171-
"python": ">=3.8",
172-
},
173-
"openai-notiktoken": {
174-
"package": "openai",
175-
"integration_name": "openai",
176-
"deps": {
177-
"*": ["pytest-asyncio"],
178-
"<1.55": ["httpx<0.28"],
179-
},
180-
"python": ">=3.8",
181-
},
182-
"openai_agents": {
183-
"package": "openai-agents",
184-
"deps": {
185-
"*": ["pytest-asyncio"],
186-
"<=0.2.10": ["openai<1.103.0"],
187-
},
188-
"python": ">=3.10",
189-
},
190-
"openfeature": {
191-
"package": "openfeature-sdk",
192-
},
193-
"pymongo": {
194-
"package": "pymongo",
195-
"deps": {
196-
"*": ["mockupdb"],
197-
},
198-
},
199-
"pyramid": {
200-
"package": "pyramid",
201-
"deps": {
202-
"*": ["werkzeug<2.1.0"],
203-
},
204-
},
205-
"redis_py_cluster_legacy": {
206-
"package": "redis-py-cluster",
148+
},
149+
"langgraph": {
150+
"package": "langgraph",
151+
},
152+
"launchdarkly": {
153+
"package": "launchdarkly-server-sdk",
154+
},
155+
"litestar": {
156+
"package": "litestar",
157+
"deps": {
158+
"*": ["pytest-asyncio", "python-multipart", "requests", "cryptography"],
159+
"<2.7": ["httpx<0.28"],
207160
},
208-
"requests": {
209-
"package": "requests",
161+
},
162+
"loguru": {
163+
"package": "loguru",
164+
},
165+
"openai-base": {
166+
"package": "openai",
167+
"integration_name": "openai",
168+
"deps": {
169+
"*": ["pytest-asyncio", "tiktoken"],
170+
"<1.55": ["httpx<0.28"],
210171
},
211-
"spark": {
212-
"package": "pyspark",
213-
"python": ">=3.8",
172+
"python": ">=3.8",
173+
},
174+
"openai-notiktoken": {
175+
"package": "openai",
176+
"integration_name": "openai",
177+
"deps": {
178+
"*": ["pytest-asyncio"],
179+
"<1.55": ["httpx<0.28"],
214180
},
215-
"sqlalchemy": {
216-
"package": "sqlalchemy",
181+
"python": ">=3.8",
182+
},
183+
"openai_agents": {
184+
"package": "openai-agents",
185+
"deps": {
186+
"*": ["pytest-asyncio"],
187+
"<=0.2.10": ["openai<1.103.0"],
217188
},
218-
"starlette": {
219-
"package": "starlette",
220-
"deps": {
221-
"*": [
222-
"pytest-asyncio",
223-
"python-multipart",
224-
"requests",
225-
"anyio<4.0.0",
226-
"jinja2",
227-
"httpx",
228-
],
229-
# See the comment on FastAPI's httpx bound for more info
230-
"<0.37.2": ["httpx<0.28.0"],
231-
"<0.15": ["jinja2<3.1"],
232-
"py3.6": ["aiocontextvars"],
233-
},
189+
"python": ">=3.10",
190+
},
191+
"openfeature": {
192+
"package": "openfeature-sdk",
193+
},
194+
"pymongo": {
195+
"package": "pymongo",
196+
"deps": {
197+
"*": ["mockupdb"],
234198
},
235-
"starlite": {
236-
"package": "starlite",
237-
"deps": {
238-
"*": [
239-
"pytest-asyncio",
240-
"python-multipart",
241-
"requests",
242-
"cryptography",
243-
"pydantic<2.0.0",
244-
"httpx<0.28",
245-
],
246-
},
247-
"python": "<=3.11",
248-
"include": "!=2.0.0a1,!=2.0.0a2", # these are not relevant as there will never be a stable 2.0 release (starlite continues as litestar)
199+
},
200+
"pyramid": {
201+
"package": "pyramid",
202+
"deps": {
203+
"*": ["werkzeug<2.1.0"],
249204
},
250-
"statsig": {
251-
"package": "statsig",
252-
"deps": {
253-
"*": ["typing_extensions"],
254-
},
205+
},
206+
"redis_py_cluster_legacy": {
207+
"package": "redis-py-cluster",
208+
},
209+
"requests": {
210+
"package": "requests",
211+
},
212+
"spark": {
213+
"package": "pyspark",
214+
"python": ">=3.8",
215+
},
216+
"sqlalchemy": {
217+
"package": "sqlalchemy",
218+
},
219+
"starlette": {
220+
"package": "starlette",
221+
"deps": {
222+
"*": [
223+
"pytest-asyncio",
224+
"python-multipart",
225+
"requests",
226+
"anyio<4.0.0",
227+
"jinja2",
228+
"httpx",
229+
],
230+
# See the comment on FastAPI's httpx bound for more info
231+
"<0.37.2": ["httpx<0.28.0"],
232+
"<0.15": ["jinja2<3.1"],
233+
"py3.6": ["aiocontextvars"],
255234
},
256-
"strawberry": {
257-
"package": "strawberry-graphql[fastapi,flask]",
258-
"deps": {
259-
"*": ["httpx"],
260-
"<=0.262.5": ["pydantic<2.11"],
261-
},
235+
},
236+
"starlite": {
237+
"package": "starlite",
238+
"deps": {
239+
"*": [
240+
"pytest-asyncio",
241+
"python-multipart",
242+
"requests",
243+
"cryptography",
244+
"pydantic<2.0.0",
245+
"httpx<0.28",
246+
],
262247
},
263-
"tornado": {
264-
"package": "tornado",
265-
"deps": {
266-
"*": ["pytest"],
267-
"<=6.4.1": [
268-
"pytest<8.2"
269-
], # https://github.com/tornadoweb/tornado/pull/3382
270-
"py3.6": ["aiocontextvars"],
271-
},
248+
"python": "<=3.11",
249+
"include": "!=2.0.0a1,!=2.0.0a2", # these are not relevant as there will never be a stable 2.0 release (starlite continues as litestar)
250+
},
251+
"statsig": {
252+
"package": "statsig",
253+
"deps": {
254+
"*": ["typing_extensions"],
272255
},
273-
"trytond": {
274-
"package": "trytond",
275-
"deps": {
276-
"*": ["werkzeug"],
277-
"<=5.0": ["werkzeug<1.0"],
278-
},
256+
},
257+
"strawberry": {
258+
"package": "strawberry-graphql[fastapi,flask]",
259+
"deps": {
260+
"*": ["httpx"],
261+
"<=0.262.5": ["pydantic<2.11"],
279262
},
280-
"typer": {
281-
"package": "typer",
263+
},
264+
"tornado": {
265+
"package": "tornado",
266+
"deps": {
267+
"*": ["pytest"],
268+
"<=6.4.1": [
269+
"pytest<8.2"
270+
], # https://github.com/tornadoweb/tornado/pull/3382
271+
"py3.6": ["aiocontextvars"],
282272
},
283-
"unleash": {
284-
"package": "UnleashClient",
273+
},
274+
"trytond": {
275+
"package": "trytond",
276+
"deps": {
277+
"*": ["werkzeug"],
278+
"<=5.0": ["werkzeug<1.0"],
285279
},
286280
},
281+
"typer": {
282+
"package": "typer",
283+
},
284+
"unleash": {
285+
"package": "UnleashClient",
286+
},
287287
}

0 commit comments

Comments
 (0)