python3Packages.snowflake-sqlalchemy: propgate six

This commit is contained in:
Martin Weinelt 2022-06-06 15:13:27 +02:00 committed by Jonathan Ringer
parent 418a929ded
commit d588e9acfe
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,8 +1,9 @@
{ buildPythonPackage
, lib
, fetchPypi
, sqlalchemy
, six
, snowflake-connector-python
, sqlalchemy
}:
buildPythonPackage rec {
@ -15,8 +16,9 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
sqlalchemy
six
snowflake-connector-python
sqlalchemy
];
# Pypi does not include tests