Azure-Samples / Azure-Python-Standardization-Template-Generator

The source repository for the space tourism templates for Python web apps for Azure
MIT License
7 stars 2 forks source link

install psycopg2-binary instead of psycopg2 #62

Open tonybaloney opened 5 months ago

tonybaloney commented 5 months ago

The templates use psycopg2 as a dependency a lot, which doesn't have wheels and makes it harder to install on most platforms.

Remove and replace with psycopg2-binary