parent
ce9feb0e0e
commit
316e747b9b
|
@ -1,4 +1,4 @@
|
|||
-i https://pypi.python.org/simple/
|
||||
-i https://pypi.python.org/simple
|
||||
atomicwrites==1.3.0
|
||||
attrs==18.2.0
|
||||
certifi==2018.11.29
|
||||
|
@ -7,15 +7,15 @@ codecov==2.0.15
|
|||
coverage==4.5.2
|
||||
idna==2.8
|
||||
mirakuru==1.1.0
|
||||
more-itertools==6.0.0
|
||||
more-itertools==6.0.0 ; python_version > '2.7'
|
||||
pluggy==0.8.1
|
||||
port-for==0.4
|
||||
psutil==5.5.1
|
||||
py==1.8.0
|
||||
pytest-cov==2.6.0
|
||||
pytest-cov==2.6.1
|
||||
pytest-redis==1.3.2
|
||||
pytest==3.9.3
|
||||
redis==3.0.1
|
||||
pytest==4.3.0
|
||||
redis==3.2.0
|
||||
requests==2.21.0
|
||||
six==1.12.0
|
||||
urllib3==1.24.1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-i https://pypi.python.org/simple/
|
||||
alembic==1.0.1
|
||||
-i https://pypi.python.org/simple
|
||||
alembic==1.0.7
|
||||
amqp==2.4.1
|
||||
asn1crypto==0.24.0
|
||||
billiard==3.5.0.5
|
||||
|
@ -15,7 +15,7 @@ cryptography==2.5
|
|||
csscompressor==0.9.5
|
||||
decorator==4.3.2
|
||||
doit==0.31.1
|
||||
flask-migrate==2.3.0
|
||||
flask-migrate==2.4.0
|
||||
flask-sqlalchemy==2.3.2
|
||||
flask==1.0.2
|
||||
gunicorn==19.9.0
|
||||
|
@ -28,18 +28,18 @@ kombu==4.3.0
|
|||
mako==1.0.7
|
||||
markupsafe==1.1.0
|
||||
mastodon.py==1.3.1
|
||||
pillow==5.3.0
|
||||
psycopg2==2.7.5
|
||||
pillow==5.4.1
|
||||
psycopg2==2.7.7
|
||||
pycparser==2.19
|
||||
pyinotify==0.9.6 ; sys_platform == 'linux'
|
||||
python-dateutil==2.8.0
|
||||
python-editor==1.0.4
|
||||
pytz==2018.9
|
||||
raven==6.10.0
|
||||
redis==3.0.1
|
||||
redis==3.2.0
|
||||
requests==2.21.0
|
||||
six==1.12.0
|
||||
sqlalchemy==1.2.12
|
||||
sqlalchemy==1.2.18
|
||||
twitter==1.18.0
|
||||
urllib3==1.24.1
|
||||
vine==1.2.0
|
||||
|
|
Loading…
Reference in New Issue