We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3374f75 commit b249e4fCopy full SHA for b249e4f
1 file changed
customizer/setup.py
@@ -24,6 +24,7 @@
24
packages=setuptools.find_packages(where="src"),
25
python_requires=">=3.6",
26
install_requires=[
27
+ "aiofiles",
28
"fastapi",
29
"python-multipart",
30
"jinja2",
0 commit comments