afsmon/requirements.txt
Ian Wienand bd5e4cddf3 Remove Babel requirement
It's not really clear why this was added, but it isn't required and
brings in false dependencies.

Change-Id: Icf0caf5eef266833adaae71936e959bdc61dbe94
2020-02-12 11:46:58 +11:00

8 lines
285 B
Plaintext

# 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!=2.1.0,>=2.0.0 # Apache-2.0
PrettyTable<0.8 # BSD
statsd>=3.2.1 # MIT