File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55
66config = {
77 'DOMAIN_ROOT' : domain_root ,
8- 'SQLALCHEMY_DATABASE_URI' : os .environ ['DATABASE_URL' ],
8+ 'SQLALCHEMY_DATABASE_URI' : os .environ ['DATABASE_URL' ]. replace ( "postgres://" , "postgresql://" ) ,
99 'PBW_ROOT' : os .environ .get ('PBW_ROOT' , f'http://pbws.{ domain_root } /pbw' ),
1010 'IMAGE_ROOT' : os .environ .get ('IMAGE_ROOT' , f'https://assets.rebble.io' ),
1111 'APPSTORE_ROOT' : os .environ .get ('APPSTORE_ROOT' , f'http://apps.{ domain_root } ' ),
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ python-dateutil==2.7.3
1717python-editor == 1.0.3
1818requests == 2.27.1
1919six == 1.15.0
20- SQLAlchemy == 1.2.8
20+ SQLAlchemy == 1.4.54
2121urllib3 == 1.23
2222Werkzeug == 0.16.1
2323boto3 == 1.9.169
2424PyYAML == 5.1.2
2525Pillow == 8.4
26+ pydiscourse == 1.1.2
2627
2728# for serving
2829gunicorn == 20.1.0
@@ -44,4 +45,8 @@ s3transfer==0.2.1
4445statsd == 3.3.0
4546uritemplate == 4.1.1
4647Werkzeug == 0.16.1
47- wrapt == 1.14.1
48+ wrapt == 1.14.1
49+ importlib-metadata == 4.8.3
50+ greenlet == 2.0.2
51+ typing-extensions == 4.1.1
52+ zipp == 3.6.0
You can’t perform that action at this time.
0 commit comments