update requirements manifests
This commit is contained in:
parent
fa6a462755
commit
bbcbbffeaa
|
@ -1,22 +1,22 @@
|
||||||
-i https://pypi.python.org/simple/
|
-i https://pypi.python.org/simple
|
||||||
atomicwrites==1.2.1; python_version != '3.2.*'
|
atomicwrites==1.2.1; python_version != '3.0.*'
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
certifi==2018.8.24
|
certifi==2018.8.24
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
codecov==2.0.15
|
codecov==2.0.15
|
||||||
coverage==4.5.1
|
coverage==4.5.1
|
||||||
idna==2.7
|
idna==2.7
|
||||||
mirakuru==1.0.0; python_version != '3.2.*'
|
mirakuru==1.0.0; python_version != '3.0.*'
|
||||||
more-itertools==4.3.0
|
more-itertools==4.3.0
|
||||||
pluggy==0.7.1; python_version != '3.2.*'
|
pluggy==0.7.1; python_version != '3.0.*'
|
||||||
port-for==0.4
|
port-for==0.4
|
||||||
psutil==5.4.7; python_version != '3.2.*'
|
psutil==5.4.7; python_version != '3.0.*'
|
||||||
py==1.6.0; python_version != '3.2.*'
|
py==1.6.0; python_version != '3.0.*'
|
||||||
pytest-cov==2.6.0
|
pytest-cov==2.6.0
|
||||||
pytest-redis==1.3.2
|
pytest-redis==1.3.2
|
||||||
pytest==3.8.1
|
pytest==3.8.2
|
||||||
redis==2.10.6
|
redis==2.10.6
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
urllib3==1.23; python_version != '3.2.*'
|
urllib3==1.23; python_version != '3.0.*'
|
||||||
versioneer==0.18
|
versioneer==0.18
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-i https://pypi.python.org/simple/
|
-i https://pypi.python.org/simple
|
||||||
alembic==1.0.0
|
alembic==1.0.0
|
||||||
amqp==2.3.2
|
amqp==2.3.2
|
||||||
asn1crypto==0.24.0
|
asn1crypto==0.24.0
|
||||||
|
@ -7,11 +7,11 @@ blinker==1.4
|
||||||
brotli==1.0.6
|
brotli==1.0.6
|
||||||
celery==4.2.1
|
celery==4.2.1
|
||||||
certifi==2018.8.24
|
certifi==2018.8.24
|
||||||
cffi==1.11.5; python_version != '3.3.*'
|
cffi==1.11.5
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
click==6.7
|
click==7.0; python_version != '3.2.*'
|
||||||
cloudpickle==0.5.6
|
cloudpickle==0.5.6
|
||||||
cryptography==2.3.1; python_version != '3.3.*'
|
cryptography==2.3.1; python_version != '3.2.*'
|
||||||
csscompressor==0.9.5
|
csscompressor==0.9.5
|
||||||
decorator==4.3.0
|
decorator==4.3.0
|
||||||
doit==0.31.1
|
doit==0.31.1
|
||||||
|
@ -20,7 +20,7 @@ flask-sqlalchemy==2.3.2
|
||||||
flask==1.0.2
|
flask==1.0.2
|
||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
honcho==1.0.1
|
honcho==1.0.1
|
||||||
http-ece==1.0.5; python_version != '3.3.*'
|
http-ece==1.0.5
|
||||||
idna==2.7
|
idna==2.7
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
|
@ -28,9 +28,9 @@ kombu==4.2.1
|
||||||
mako==1.0.7
|
mako==1.0.7
|
||||||
markupsafe==1.0
|
markupsafe==1.0
|
||||||
mastodon.py==1.3.1
|
mastodon.py==1.3.1
|
||||||
pillow==5.2.0
|
pillow==5.3.0
|
||||||
psycopg2==2.7.5
|
psycopg2==2.7.5
|
||||||
pycparser==2.19; python_version != '3.3.*'
|
pycparser==2.19; python_version != '3.2.*'
|
||||||
pyinotify==0.9.6; sys_platform == 'linux'
|
pyinotify==0.9.6; sys_platform == 'linux'
|
||||||
python-dateutil==2.7.3
|
python-dateutil==2.7.3
|
||||||
python-editor==1.0.3
|
python-editor==1.0.3
|
||||||
|
@ -41,6 +41,6 @@ requests==2.19.1
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
sqlalchemy==1.2.12
|
sqlalchemy==1.2.12
|
||||||
twitter==1.18.0
|
twitter==1.18.0
|
||||||
urllib3==1.23; python_version != '3.2.*'
|
urllib3==1.23; python_version != '3.0.*'
|
||||||
vine==1.1.4
|
vine==1.1.4
|
||||||
werkzeug==0.14.1
|
werkzeug==0.14.1
|
||||||
|
|
Loading…
Reference in New Issue