Replies: 2 comments 1 reply
-
Hey, I think I'm not getting your point. When installing You won't have to install any database driver like asyncpg or dev dependencies defined in requirements.txt so I don't see how that should affect your docker image size. Does that make sense? |
Beta Was this translation helpful? Give feedback.
1 reply
-
No worries :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe we could switch from using a requirements file to allow using optional dependencies. For example, I'm using
sqladmin
withasyncpg
andsqlalchemy
, so it'd be nice not having to installpsycopg2
oraiosqlite
in order to reduce the size of our docker images. Additionally, we could define most of the currently required libs asdev
extras (coverage
,black
,pytest
, etc).Beta Was this translation helpful? Give feedback.
All reactions