Diff of /requirements.prod.in [000000] .. [e988c2]

Switch to unified view

a b/requirements.prod.in
1
pyarrow
2
sqlalchemy
3
4
# Database driver for MS-SQL
5
pymssql
6
7
# Trino python client and database driver
8
trino
9
10
# Gives us isolation from the system version of SQLite and means we don't
11
# need to worry about e.g. some versions of SQLite missing the `FLOOR`
12
# function.
13
sqlean.py
14
15
# For graphing query graphs
16
networkx
17
pydot