summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 96b304b58b57557f0e13985a7e92a8c1d6b76e7a (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.7.8,!=0.9.5
decorator
six>=1.7.0
sqlparse
Tempita>=0.4