@@ -13,10 +13,12 @@ let package = Package(
1313 . package ( url: " https://github.com/vapor/leaf-kit " , from: " 1.0.0-tau " ) ,
1414 . package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
1515 . package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
16+ . package ( url: " https://github.com/vapor/fluent-postgres-driver " , from: " 2.0.0 " ) ,
1617 . package ( url: " https://github.com/vapor/jwt " , from: " 4.0.0 " ) ,
1718 . package ( name: " apns " , url: " https://github.com/vapor/apns " , from: " 1.0.0 " ) ,
1819 . package ( url: " https://github.com/binarybirds/liquid " , from: " 1.1.0 " ) ,
1920 . package ( url: " https://github.com/binarybirds/liquid-local-driver " , from: " 1.1.0 " ) ,
21+ . package ( url: " https://github.com/binarybirds/liquid-aws-s3-driver " , from: " 1.0.5 " ) ,
2022 . package ( url: " https://github.com/lukaskubanek/LoremSwiftum " , from: " 2.2.1 " ) ,
2123 . package ( name: " MyProjectApi " , path: " ../MyProjectApi " ) ,
2224 . package ( url: " https://github.com/binarybirds/spec " , from: " 1.1.0 " ) ,
@@ -30,8 +32,10 @@ let package = Package(
3032 . product( name: " Leaf " , package : " leaf " ) ,
3133 . product( name: " Fluent " , package : " fluent " ) ,
3234 . product( name: " FluentSQLiteDriver " , package : " fluent-sqlite-driver " ) ,
35+ . product( name: " FluentPostgresDriver " , package : " fluent-postgres-driver " ) ,
3336 . product( name: " Liquid " , package : " liquid " ) ,
3437 . product( name: " LiquidLocalDriver " , package : " liquid-local-driver " ) ,
38+ . product( name: " LiquidAwsS3Driver " , package : " liquid-aws-s3-driver " ) ,
3539 . product( name: " JWT " , package : " jwt " ) ,
3640 . product( name: " APNS " , package : " apns " ) ,
3741 . product( name: " LoremSwiftum " , package : " LoremSwiftum " ) ,
0 commit comments