From f302408712d17d396c79935088a89ac2e410b463 Mon Sep 17 00:00:00 2001 From: Curtis Castrapel Date: Thu, 12 Apr 2018 12:34:08 -0700 Subject: [PATCH] py3 --- requirements-dev.txt | 2 -- requirements-docs.txt | 1 - requirements-tests.txt | 9 +-------- requirements.txt | 6 ------ 4 files changed, 1 insertion(+), 17 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9c2d4400..f94fa610 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,8 +9,6 @@ cached-property==1.4.2 # via pre-commit certifi==2018.1.18 # via requests cfgv==1.0.0 # via pre-commit chardet==3.0.4 # via requests -configparser==3.5.0 # via flake8 -enum34==1.1.6 # via flake8 flake8==3.5.0 identify==1.0.11 # via pre-commit idna==2.6 # via requests diff --git a/requirements-docs.txt b/requirements-docs.txt index a11881c2..a8b93db2 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -24,5 +24,4 @@ sphinx-rtd-theme==0.3.0 sphinx==1.7.2 sphinxcontrib-httpdomain==1.6.1 sphinxcontrib-websupport==1.0.1 # via sphinx -typing==3.6.4 # via sphinx urllib3==1.22 # via requests diff --git a/requirements-tests.txt b/requirements-tests.txt index b7b79fd4..4113ad2a 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,9 +7,6 @@ asn1crypto==0.24.0 # via cryptography attrs==17.4.0 # via pytest aws-xray-sdk==0.95 # via moto -backports.ssl-match-hostname==3.5.0.1 # via docker -backports.tempfile==1.0 # via moto -backports.weakref==1.0.post1 # via backports.tempfile boto3==1.7.4 # via moto boto==2.48.0 # via moto botocore==1.10.4 # via boto3, moto, s3transfer @@ -23,22 +20,18 @@ cryptography==2.2.2 # via moto docker-pycreds==0.2.2 # via docker docker==3.2.1 # via moto docutils==0.14 # via botocore -enum34==1.1.6 # via cryptography factory-boy==2.10.0 faker==0.8.13 flask==0.12.2 # via pytest-flask freezegun==0.3.10 -funcsigs==1.0.2 # via mock, pytest -futures==3.2.0 # via s3transfer idna==2.6 # via cryptography, requests -ipaddress==1.0.19 # via cryptography, docker, faker itsdangerous==0.24 # via flask jinja2==2.10 # via flask, moto jmespath==0.9.3 # via boto3, botocore jsondiff==1.1.1 # via moto jsonpickle==0.9.6 # via aws-xray-sdk markupsafe==1.0 # via jinja2 -mock==2.0.0 # via moto, pytest-mock +mock==2.0.0 # via moto more-itertools==4.1.0 # via pytest moto==1.3.1 nose==1.3.7 diff --git a/requirements.txt b/requirements.txt index 2f7c9458..5e8ef031 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,17 +10,14 @@ alembic==0.9.9 # via flask-migrate aniso8601==3.0.0 # via flask-restful arrow==0.12.1 asn1crypto==0.24.0 # via cryptography -backports.functools-lru-cache==1.5 # via arrow bcrypt==3.1.4 # via flask-bcrypt, paramiko blinker==1.4 # via flask-mail, flask-principal, raven boto3==1.7.4 botocore==1.10.4 # via boto3, s3transfer cffi==1.11.5 # via bcrypt, cryptography, pynacl click==6.7 # via flask -contextlib2==0.5.5 # via raven cryptography==2.2.2 docutils==0.14 # via botocore -enum34==1.1.6 # via cryptography flask-bcrypt==0.7.1 flask-cors==3.0.3 flask-mail==0.9.1 @@ -30,13 +27,10 @@ flask-restful==0.3.6 flask-script==2.0.6 flask-sqlalchemy==2.3.2 flask==0.12 -funcsigs==1.0.2 # via mock future==0.16.0 -futures==3.2.0 # via s3transfer gunicorn==19.7.1 idna==2.6 # via cryptography inflection==0.3.1 -ipaddress==1.0.19 # via cryptography itsdangerous==0.24 # via flask jinja2==2.10 jmespath==0.9.3 # via boto3, botocore