mirror of
https://github.com/kennethreitz/coinbin.org.git
synced 2026-06-05 23:10:17 +00:00
geeze
This commit is contained in:
Generated
+14
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "ad8a6f35628cf614cd2db743734fcc33598703a260a00905be26768f45798ce5"
|
||||
"sha256": "e33bd23b4cafa0e8680e1adc911ed07c0d9aadd076631460d2bcdf69c27f3280"
|
||||
},
|
||||
"requires": {},
|
||||
"sources": [
|
||||
@@ -12,6 +12,12 @@
|
||||
]
|
||||
},
|
||||
"default": {
|
||||
"aiohttp": {
|
||||
"version": "==1.3.5"
|
||||
},
|
||||
"async-timeout": {
|
||||
"version": "==1.3.0"
|
||||
},
|
||||
"beautifulsoup4": {
|
||||
"version": "==4.6.0"
|
||||
},
|
||||
@@ -93,6 +99,9 @@
|
||||
"meinheld": {
|
||||
"version": "==0.6.1"
|
||||
},
|
||||
"multidict": {
|
||||
"version": "==3.1.3"
|
||||
},
|
||||
"numpy": {
|
||||
"version": "==1.13.1"
|
||||
},
|
||||
@@ -109,7 +118,7 @@
|
||||
"version": "==1.2.4"
|
||||
},
|
||||
"psycopg2": {
|
||||
"version": "==2.7.3"
|
||||
"version": "==2.7.3.1"
|
||||
},
|
||||
"pyquery": {
|
||||
"version": "==1.2.17"
|
||||
@@ -176,6 +185,9 @@
|
||||
},
|
||||
"xlwt": {
|
||||
"version": "==1.3.0"
|
||||
},
|
||||
"yarl": {
|
||||
"version": "==0.9.8"
|
||||
}
|
||||
},
|
||||
"develop": {}
|
||||
|
||||
+11
-1
@@ -1,11 +1,14 @@
|
||||
aiohttp==1.3.5
|
||||
async-timeout==1.3.0
|
||||
beautifulsoup4==4.6.0
|
||||
bs4==0.0.1
|
||||
certifi==2017.7.27.1
|
||||
chardet==3.0.4
|
||||
click==6.7
|
||||
coinmarketcap==3.0.1
|
||||
colorama==0.3.9
|
||||
crayons==0.1.2
|
||||
cssselect==1.0.1
|
||||
dateparser==0.6.0
|
||||
docopt==0.6.2
|
||||
et-xmlfile==1.0.1
|
||||
@@ -15,19 +18,24 @@ Flask-Common==0.2.0
|
||||
Flask-SSLify==0.1.5
|
||||
greenlet==0.4.12
|
||||
gunicorn==19.7.1
|
||||
html5lib==0.999999999
|
||||
humanize==0.5.1
|
||||
idna==2.6
|
||||
itsdangerous==0.24
|
||||
jdcal==1.3
|
||||
Jinja2==2.9.6
|
||||
lxml==3.8.0
|
||||
MarkupSafe==1.0
|
||||
maya==0.3.2
|
||||
meinheld==0.6.1
|
||||
multidict==3.1.3
|
||||
numpy==1.13.1
|
||||
odfpy==1.3.5
|
||||
openpyxl==2.4.8
|
||||
pandas==0.20.3
|
||||
pendulum==1.2.4
|
||||
psycopg2==2.7.3
|
||||
psycopg2==2.7.3.1
|
||||
pyquery==1.2.17
|
||||
python-dateutil==2.6.1
|
||||
pytz==2017.2
|
||||
pytzdata==2017.2
|
||||
@@ -36,12 +44,14 @@ records==0.5.0
|
||||
regex==2017.7.28
|
||||
requests==2.18.4
|
||||
ruamel.yaml==0.15.32
|
||||
simplejson==3.11.1
|
||||
six==1.10.0
|
||||
SQLAlchemy==1.1.13
|
||||
tablib==0.11.5
|
||||
tzlocal==1.4
|
||||
unicodecsv==0.14.1
|
||||
urllib3==1.22
|
||||
webencodings==0.5.1
|
||||
Werkzeug==0.12.2
|
||||
whitenoise==3.3.0
|
||||
xlrd==1.1.0
|
||||
|
||||
Reference in New Issue
Block a user