Skip to content

Commit

Permalink
Added dbt version requirement
Browse files Browse the repository at this point in the history
Updated requirements.txt
  • Loading branch information
Alex Higgs committed Jan 8, 2020
1 parent 989d3c6 commit ff9fd83
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 43 deletions.
3 changes: 2 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: snowflakeDemo
profile: snowflake-demo
version: '2.0'
version: '2.2'
require-dbt-version: [">=0.14.0", "<=0.15.0"]

analysis-paths:
- analysis
Expand Down
133 changes: 91 additions & 42 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,69 +1,118 @@
agate==1.6.1
asn1crypto==1.2.0
attrs==19.3.0
asn1crypto==0.24.0
attrs==19.1.0
azure-common==1.1.23
azure-storage-blob==2.1.0
azure-storage-common==2.1.0
Babel==2.7.0
boto3==1.9.253
botocore==1.12.253
behave==1.2.6
boto3==1.9.228
botocore==1.12.228
cachetools==3.1.1
certifi==2019.11.28
cffi==1.13.2
certifi==2019.9.11
cffi==1.12.3
chardet==3.0.4
click==6.7
colorama==0.3.9
cryptography==2.8
dbt==0.14.3
dbt-bigquery==0.14.3
dbt-core==0.14.3
dbt-postgres==0.14.3
dbt-redshift==0.14.3
dbt-snowflake==0.14.3
decorator==4.4.1
configobj==5.0.6
cryptography==2.7
dataclasses==0.6
dbt==0.15.0
dbt-bigquery==0.15.0
dbt-core==0.15.0
dbt-postgres==0.15.0
dbt-redshift==0.15.0
dbt-snowflake==0.15.0
decorator==4.4.0
docutils==0.15.2
future==0.18.2
google-api-core==1.14.3
google-auth==1.7.1
google-cloud-bigquery==1.22.0
Flask==1.0.2
Flask-SQLAlchemy==2.2
future==0.16.0
google-api-core==1.14.2
google-auth==1.6.3
google-cloud-bigquery==1.19.0
google-cloud-core==1.0.3
google-resumable-media==0.5.0
google-resumable-media==0.4.0
googleapis-common-protos==1.6.0
hologram==0.0.5
htmlmin==0.1.12
idna==2.8
ijson==2.5.1
importlib-metadata==0.23
ijson==2.4
importlib-metadata==1.3.0
isodate==0.6.0
itsdangerous==0.24
Jinja2==2.10.3
jmespath==0.9.4
json-rpc==1.12.2
jsonschema==3.1.1
jsmin==2.2.2
json-rpc==1.12.1
jsonschema==3.0.2
leather==0.3.3
MarkupSafe==1.1.1
linecache2==1.0.0
livereload==2.6.1
Logbook==1.5.3
Markdown==3.1.1
MarkupSafe==1.0
minimal-snowplow-tracker==0.0.2
more-itertools==8.0.0
networkx==2.4
oscrypto==1.1.0
parsedatetime==2.5
protobuf==3.11.0
mkdocs==1.0.4
mkdocs-material==4.4.3
mkdocs-minify-plugin==0.2.1
mock==2.0.0
more-itertools==8.0.2
networkx==2.3
numpy==1.14.5
packaging==20.0
pandas==0.20.3
parse==1.8.4
parse-type==0.4.2
parsedatetime==2.4
pbr==4.0.4
pep562==1.0
pluggy==0.13.1
ply==3.11
protobuf==3.9.1
psycopg2==2.7.7
pyasn1==0.4.8
pyasn1-modules==0.2.7
psycopg2-binary==2.8.4
py==1.8.1
pyasn1==0.4.7
pyasn1-modules==0.2.6
pycparser==2.19
pycryptodomex==3.9.4
pycryptodomex==3.9.0
Pygments==2.4.2
PyHive==0.4.0
PyJWT==1.7.1
pyOpenSSL==19.1.0
pyrsistent==0.15.6
pymdown-extensions==6.1
pymssql==2.1.4
PyMySQL==0.8.1
pyOpenSSL==19.0.0
pyparsing==2.4.6
pyrsistent==0.15.4
pytest==5.3.2
pytest-logbook==1.2.0
python-dateutil==2.8.1
python-slugify==4.0.0
python-slugify==3.0.3
pytimeparse==1.1.8
pytz==2019.3
PyYAML==5.1.2
pytz==2018.4
PyYAML==5.1.1
requests==2.22.0
rsa==4.0
s3transfer==0.2.1
six==1.13.0
snowflake-connector-python==2.0.4
sasl==0.2.1
six==1.11.0
snowflake-connector-python==1.8.2
snowflake-sqlalchemy==1.1.13
SQLAlchemy==1.3.4
sqlparse==0.2.3
text-unidecode==1.3
urllib3==1.25.7
Werkzeug==0.14.1
style==1.1.0
text-unidecode==1.2
thrift==0.10.0
thrift-sasl==0.2.1
thriftpy==0.3.9
tornado==6.0.3
traceback2==1.4.0
typing-extensions==3.7.4.1
unittest2==1.1.0
urllib3==1.24.3
vaultBase==0.2.9.dev0
wcwidth==0.1.8
Werkzeug==0.16.0
zipp==0.6.0

0 comments on commit ff9fd83

Please sign in to comment.