Skip to content

Commit

Permalink
chore(deps): add asana and psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Moreno authored and photonbit committed Aug 27, 2021
1 parent b57d1ec commit 12e471d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
12 changes: 6 additions & 6 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
black==21.7b0
# via -r dev_requirements.in
boto3==1.18.19
boto3==1.18.28
# via -r dev_requirements.in
botocore==1.21.19
botocore==1.21.28
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -99,17 +99,17 @@ python-dateutil==2.8.2
# via botocore
pyyaml==5.4.1
# via pre-commit
regex==2021.8.3
regex==2021.8.21
# via black
requests==2.26.0
# via semgrep
ruamel.yaml==0.17.10
ruamel.yaml==0.17.13
# via semgrep
ruamel.yaml.clib==0.2.6
# via ruamel.yaml
s3transfer==0.5.0
# via boto3
semgrep==0.61.0
semgrep==0.62.0
# via -r dev_requirements.in
six==1.16.0
# via
Expand All @@ -124,7 +124,7 @@ toml==0.10.2
# pytest-cov
tomli==1.2.1
# via black
tqdm==4.62.0
tqdm==4.62.2
# via semgrep
typing-extensions==3.10.0.0
# via mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
asana
dictalchemy
flask-migrate
flask-sqlalchemy
psycopg2
psycopg2-binary
zappa
sentry-sdk[flask]
sqlalchemy
structlog

# All the package restrictions are due to zappa :(
Expand Down
22 changes: 15 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ alembic==1.6.5
# via flask-migrate
argcomplete==1.12.3
# via zappa
asana==0.10.3
# via -r requirements.in
attrs==21.2.0
# via jsonschema
blinker==1.4
# via sentry-sdk
boto3==1.18.22
boto3==1.18.28
# via
# kappa
# zappa
botocore==1.21.22
botocore==1.21.28
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -86,12 +88,14 @@ jsonschema==3.2.0
# openapi-spec-validator
kappa==0.6.0
# via zappa
mako==1.1.4
mako==1.1.5
# via alembic
markupsafe==2.0.1
# via
# jinja2
# mako
oauthlib==3.1.1
# via requests-oauthlib
openapi-schema-validator==0.1.5
# via openapi-spec-validator
openapi-spec-validator==0.3.1
Expand All @@ -102,7 +106,7 @@ pip-tools==6.2.0
# via zappa
placebo==0.9.0
# via kappa
psycopg2==2.9.1
psycopg2-binary==2.9.1
# via -r requirements.in
pyrsistent==0.18.0
# via jsonschema
Expand All @@ -125,23 +129,27 @@ pyyaml==5.4.1
# zappa
requests==2.26.0
# via
# asana
# connexion
# requests-oauthlib
# zappa
requests-oauthlib==1.3.0
# via asana
s3transfer==0.5.0
# via boto3
sentry-sdk[flask]==1.3.1
# via -r requirements.in
six==1.16.0
# via
# asana
# cfn-flip
# jsonschema
# openapi-schema-validator
# openapi-spec-validator
# python-dateutil
# zappa
sqlalchemy==1.4.22
sqlalchemy==1.4.23
# via
# -r requirements.in
# alembic
# dictalchemy
# flask-sqlalchemy
Expand All @@ -155,7 +163,7 @@ toml==0.10.2
# via zappa
tomli==1.2.1
# via pep517
tqdm==4.62.1
tqdm==4.62.2
# via zappa
troposphere==2.7.1
# via
Expand Down

0 comments on commit 12e471d

Please sign in to comment.