osprofiler/requirements.txt
Joshua Harlow 4358b080d5 Use oslo.utils reflection and avoid refinding decorated name
Instead of computing/finding the decorated function name using
a less robust function, use the one provided by oslo.utils which
is more robust.

Also at the same time, avoid refinding the function name every
single time the decorated function is called, as its needless to
do this once it has been completed once.

Change-Id: Id39a73ee80163dd930a5900d9631e3b8665e7a26
2016-01-25 12:42:21 -08:00

4 lines
67 B
Plaintext

six>=1.9.0 # MIT
oslo.utils>=3.4.0 # Apache-2.0
WebOb>=1.2.3 # MIT