mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Updating all dependencies in prep for upgrading to django 1.10 (from 1.5.0).
This commit is contained in:
parent
1d4500d0ad
commit
9d3c394c79
1 changed files with 42 additions and 45 deletions
|
@ -1,59 +1,56 @@
|
|||
# pysqlite==2.6.0
|
||||
BeautifulSoup==3.2.1
|
||||
boto==2.43.0
|
||||
celery==3.1.23
|
||||
chardet==2.1.1
|
||||
cssutils==0.9.10b1
|
||||
celery==3.1.25
|
||||
chardet==2.3.0
|
||||
cssutils==1.0.1
|
||||
django-celery-with-redis==3.0
|
||||
django-celery==3.1.17
|
||||
django-compress==1.0.1
|
||||
django-cors-headers==1.0.0
|
||||
django-extensions==1.3.3
|
||||
django-mailgun==0.2.1
|
||||
django-oauth-toolkit==0.7.2
|
||||
django-cors-middleware==1.3.1
|
||||
django-extensions==1.6.7
|
||||
django-mailgun==0.9.1
|
||||
django-oauth-toolkit==0.9.0
|
||||
django-qurl==0.1.1
|
||||
django-redis-cache==0.9.7
|
||||
django-redis-sessions==0.3.1
|
||||
django-ses==0.4.1
|
||||
django-subdomains==2.0.3
|
||||
django-redis-cache==1.5.5
|
||||
django-redis-sessions==0.5.6
|
||||
django-ses==0.8.1
|
||||
django-subdomains==2.1.0
|
||||
django-timezone-field==2.0
|
||||
Django>=1.5,<1.6
|
||||
dnspython==1.12.0
|
||||
Fabric==1.11.1
|
||||
gunicorn==19.1.1
|
||||
dnspython==1.15.0
|
||||
Fabric==1.12.0
|
||||
gunicorn==19.6.0
|
||||
hiredis==0.2.0
|
||||
httplib2==0.8
|
||||
httplib2==0.9.2
|
||||
iconv==1.0
|
||||
image==1.5.4
|
||||
isodate==0.5.1
|
||||
kombu==3.0.35
|
||||
lxml==3.3.5
|
||||
image==1.5.5
|
||||
isodate==0.5.4
|
||||
lxml==3.6.4
|
||||
mock==2.0.0
|
||||
mongoengine==0.10.6
|
||||
mongoengine==0.10.7
|
||||
mysql-python==1.2.5
|
||||
ndg-httpsclient==0.3.2
|
||||
nltk==2.0.5
|
||||
numpy==1.10.4
|
||||
oauth2==1.5.211
|
||||
pillow==3.1.0
|
||||
psutil==2.1.0
|
||||
ndg-httpsclient==0.4.2
|
||||
nltk==3.2.1
|
||||
numpy==1.11.2
|
||||
oauth2==1.9.0.post1
|
||||
pillow==3.4.2
|
||||
psutil==5.0.0
|
||||
psycopg2==2.5.2
|
||||
pyasn1==0.1.7
|
||||
pyes==0.99.5
|
||||
pyflakes==0.6.1
|
||||
pymongo==3.3.1
|
||||
pyOpenSSL==0.14
|
||||
python-dateutil==2.1
|
||||
python-digitalocean==1.6
|
||||
python-gflags==2.0
|
||||
pytz==2013b
|
||||
raven==5.31.0
|
||||
#readline==6.2.4.1
|
||||
redis==2.10.3
|
||||
requests==2.7.0
|
||||
scipy==0.17.0
|
||||
seacucumber==1.5
|
||||
simplejson==3.4.0
|
||||
pyasn1==0.1.9
|
||||
pyes==0.99.6
|
||||
pyflakes==1.3.0
|
||||
pymongo==3.4.0
|
||||
pyOpenSSL==16.2.0
|
||||
python-dateutil==2.6.0
|
||||
python-digitalocean==1.10.1
|
||||
python-gflags==3.1.0
|
||||
pytz==2016.7
|
||||
raven==5.32.0
|
||||
redis==2.10.5
|
||||
requests==2.12.3
|
||||
scipy==0.18.1
|
||||
seacucumber==1.5.2
|
||||
simplejson==3.10.0
|
||||
six==1.10.0
|
||||
South==0.7.6
|
||||
stripe==1.12.2
|
||||
stripe==1.43.0
|
||||
tweepy==3.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue