This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # Paul's Extreme Sound Stretch (Paulstretch) - Python version | |
| # | |
| # by Nasca Octavian PAUL, Targu Mures, Romania | |
| # http://www.paulnasca.com/ | |
| # | |
| # http://hypermammut.sourceforge.net/paulstretch/ | |
| # | |
| # this file is released under Public Domain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Celery/deps version | |
| amqp==2.1.4 | |
| appdirs==1.4.3 | |
| Babel==2.4.0 | |
| billiard==3.5.0.2 | |
| celery==4.0.2 | |
| enum-compat==0.0.2 | |
| eventlet==0.21.0 | |
| flower==0.9.1 |