aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Generate dev version of requirements in create_venvs script #145

Closed dhegberg closed 1 week ago

dhegberg commented 2 weeks ago

Issue #, if available: 52

Description of changes:

Generate requirements-dev.txt file in the create_venvs script and replace psycopg2 with psycopg2-binary.

This means that pg_config will not be required for a development build. psycopg2 should still be built from source for a production build as per the guidance of psycopg2-binary.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dhegberg commented 1 week ago

README.md should be updated to reflect the new required parameter

Updated