ariga / atlas-provider-sqlalchemy

Apache License 2.0
15 stars 3 forks source link

Missing dependencies #19

Open ericchansen opened 1 month ago

ericchansen commented 1 month ago

You're missing sqlalchemy as a dependency. To run atlas, you also need poetry. You're also missing testing dependencies.

ronenlu commented 1 month ago

The Sqlalchemy and drivers dependencies are absent intentionally, in order to not force the user to use specific version of Sqlalchemy (it assumes user already have Sqlalchemy and relevant drivers).

Poetry doesn't need to be installed to run atlas-provider-sqlalchemy tough.