Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 82a2803

Browse files
committed
Web UI: add the 'requests' PIP package to requirements files explicitly
Was pulled in via the "influxdb" package previosuly, but it's not part of the Postres image requirements anymore
1 parent 36371aa commit 82a2803

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webpy/requirements_influx_metrics.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ psycopg2-binary
44
influxdb
55
decorator
66
cryptography
7+
requests

webpy/requirements_pg_metrics.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ jinja2
33
psycopg2-binary
44
decorator
55
cryptography
6+
requests

0 commit comments

Comments
 (0)