From b13c300a22ef5119d8a5aef494e75e7b9ae419fd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 May 2017 14:45:10 -0400 Subject: [PATCH] requirements --- Pipfile | 12 ----- Pipfile.lock | 131 ----------------------------------------------- requirements.txt | 35 +++++++++++++ 3 files changed, 35 insertions(+), 143 deletions(-) delete mode 100644 Pipfile delete mode 100644 Pipfile.lock create mode 100644 requirements.txt diff --git a/Pipfile b/Pipfile deleted file mode 100644 index b683ecce..00000000 --- a/Pipfile +++ /dev/null @@ -1,12 +0,0 @@ -[dev-packages] -pytest = "*" -mock = "*" -"delegator.py" = ">=0.0.10" -toml = "*" -Sphinx = "<=1.5.5" - -[packages] -pew = ">=0.1.26" - -[requires] -python_version = "2.7" diff --git a/Pipfile.lock b/Pipfile.lock deleted file mode 100644 index 2578aa3a..00000000 --- a/Pipfile.lock +++ /dev/null @@ -1,131 +0,0 @@ -{ - "_meta": { - "hash": { - "sha256": "8cba5434b2ba425d05649334b063af088196a5208a5a7c9ae52be9e1467824b8" - }, - "requires": { - "python_version": "2.7" - }, - "sources": [ - { - "url": "https://pypi.python.org/simple", - "verify_ssl": true - } - ] - }, - "default": { - "appdirs": { - "version": "==1.4.3" - }, - "backports.shutil_get_terminal_size": { - "version": "==1.0.0" - }, - "packaging": { - "version": "==16.8" - }, - "pathlib": { - "version": "==1.0.1" - }, - "pew": { - "version": "==0.1.26" - }, - "pyparsing": { - "version": "==2.2.0" - }, - "pythonz-bd": { - "version": "==1.11.4" - }, - "setuptools": { - "version": "==35.0.2" - }, - "shutilwhich": { - "version": "==1.1.0" - }, - "six": { - "version": "==1.10.0" - }, - "virtualenv": { - "version": "==15.1.0" - }, - "virtualenv-clone": { - "version": "==0.2.6" - } - }, - "develop": { - "Babel": { - "version": "==2.4.0" - }, - "Jinja2": { - "version": "==2.9.6" - }, - "MarkupSafe": { - "version": "==1.0" - }, - "Pygments": { - "version": "==2.2.0" - }, - "Sphinx": { - "version": "==1.5.5" - }, - "alabaster": { - "version": "==0.7.10" - }, - "appdirs": { - "version": "==1.4.3" - }, - "delegator.py": { - "version": "==0.0.10" - }, - "docutils": { - "version": "==0.13.1" - }, - "funcsigs": { - "version": "==1.0.2" - }, - "imagesize": { - "version": "==0.7.1" - }, - "mock": { - "version": "==2.0.0" - }, - "packaging": { - "version": "==16.8" - }, - "pbr": { - "version": "==3.0.1" - }, - "pexpect": { - "version": "==4.2.1" - }, - "ptyprocess": { - "version": "==0.5.1" - }, - "py": { - "version": "==1.4.33" - }, - "pyparsing": { - "version": "==2.2.0" - }, - "pytest": { - "version": "==3.0.7" - }, - "pytz": { - "version": "==2017.2" - }, - "requests": { - "version": "==2.14.2" - }, - "setuptools": { - "version": "==35.0.2" - }, - "six": { - "version": "==1.10.0" - }, - "snowballstemmer": { - "version": "==1.2.1" - }, - "toml": { - "version": "==0.9.2" - } - } -} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..862c7813 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,35 @@ +alabaster==0.7.10 +appdirs==1.4.3 +Babel==2.4.0 +backports.shutil-get-terminal-size==1.0.0 +certifi==2017.4.17 +chardet==3.0.3 +delegator.py==0.0.10 +docutils==0.13.1 +funcsigs==1.0.2 +idna==2.5 +imagesize==0.7.1 +Jinja2==2.9.6 +MarkupSafe==1.0 +mock==2.0.0 +packaging==16.8 +pathlib==1.0.1 +pbr==3.0.1 +pew==0.1.26 +pexpect==4.2.1 +ptyprocess==0.5.1 +py==1.4.33 +Pygments==2.2.0 +pyparsing==2.2.0 +pytest==3.0.7 +pythonz-bd==1.11.4 +pytz==2017.2 +requests==2.14.2 +shutilwhich==1.1.0 +six==1.10.0 +snowballstemmer==1.2.1 +Sphinx==1.5.5 +toml==0.9.2 +urllib3==1.21.1 +virtualenv==15.1.0 +virtualenv-clone==0.2.6