summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: d30d5e5e64d1654be82cb0e337e109dabbff0889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.8

# never put a cap on this, *ever*, sqla versions are handled via
# tox, and if SQLA is capped it will only make it so we aren't testing
# against all the versions we are compatible with.
SQLAlchemy>=0.9.6
decorator
six>=1.7.0
sqlparse
Tempita>=0.4