Last active
November 22, 2016 19:09
-
-
Save pjenvey/42b2bc74d952292e6fec9210f94d4937 to your computer and use it in GitHub Desktop.
This file contains 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
package('alabaster', '0.7.7') | |
package('Babel', '2.2.0') | |
package('coverage', '4.0.3') | |
package('decorator', '4.0.9') | |
package('docutils', '0.12') | |
package('Flask', '0.10.1') | |
package('httpbin', '0.5.0') | |
package('itsdangerous', '0.24') | |
package('Jinja2', '2.8') | |
package('MarkupSafe', '0.23') | |
package('py', '1.4.31') | |
package('Pygments', '2.1.1') | |
package('PySocks', '1.5.6') | |
package('pytest', '2.8.7') | |
package('pytest-cov', '2.2.1') | |
package('pytest-httpbin', '0.2.0') | |
package('pytest-mock', '0.11.0') | |
package('pytz', '2015.7') | |
package('six', '1.10.0') | |
package('snowballstemmer', '1.2.1') | |
package('Sphinx', '1.3.5') | |
package('sphinx-rtd-theme', '0.1.9') | |
package('Werkzeug', '0.11.4') | |
package('wheel', '0.29.0') |
This file contains 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
[packages] | |
alabaster = "0.7.7" | |
Babel = "2.2.0" | |
coverage = "4.0.3" | |
decorator = "4.0.9" | |
docutils = "0.12" | |
Flask = "0.10.1" | |
httpbin = "0.5.0" | |
itsdangerous = "0.24" | |
Jinja2 = "2.8" | |
MarkupSafe = "0.23" | |
py = "1.4.31" | |
Pygments = "2.1.1" | |
PySocks = "1.5.6" | |
pytest = "2.8.7" | |
pytest-cov = "2.2.1" | |
pytest-httpbin = "0.2.0" | |
pytest-mock = "0.11.0" | |
pytz = "2015.7" | |
six = "1.10.0" | |
snowballstemmer = "1.2.1" | |
Sphinx = "1.3.5" | |
sphinx-rtd-theme = "0.1.9" | |
Werkzeug = "0.11.4" | |
wheel = "0.29.0" |
This file contains 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
alabaster==0.7.7 | |
Babel==2.2.0 | |
coverage==4.0.3 | |
decorator==4.0.9 | |
docutils==0.12 | |
Flask==0.10.1 | |
httpbin==0.5.0 | |
itsdangerous==0.24 | |
Jinja2==2.8 | |
MarkupSafe==0.23 | |
py==1.4.31 | |
Pygments==2.1.1 | |
PySocks==1.5.6 | |
pytest==2.8.7 | |
pytest-cov==2.2.1 | |
pytest-httpbin==0.2.0 | |
pytest-mock==0.11.0 | |
pytz==2015.7 | |
six==1.10.0 | |
snowballstemmer==1.2.1 | |
Sphinx==1.3.5 | |
sphinx-rtd-theme==0.1.9 | |
Werkzeug==0.11.4 | |
wheel==0.29.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment