Skip to content

Commit

Permalink
improvement/https-for-flag-engine-requirements (#460)
Browse files Browse the repository at this point in the history
* improvement/https-for-flag-engine-requirements

* Updated requirements.txt from new requirements.in
  • Loading branch information
dabeeeenster authored Nov 2, 2021
1 parent 01d50a4 commit 8be5ffe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ django-lifecycle
drf-writable-nested
django-filter
dataclasses
git+git://github.com/Flagsmith/flagsmith-engine.git@main
git+https://github.com/Flagsmith/flagsmith-engine.git@main
boto3
14 changes: 8 additions & 6 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
# pip-compile
#
analytics-python==1.2.9
# via -r requirements.in
Expand Down Expand Up @@ -36,7 +36,9 @@ coreschema==0.0.4
# coreapi
# drf-yasg2
dataclasses==0.6
# via -r requirements.in
# via
# -r requirements.in
# flagsmith-flag-engine
dj-database-url==0.5.0
# via -r requirements.in
django==2.2.24
Expand Down Expand Up @@ -103,7 +105,7 @@ drf-yasg2==1.19.3
# via -r requirements.in
environs==9.2.0
# via -r requirements.in
git+git://github.com/Flagsmith/flagsmith-engine.git@main
git+https://github.com/Flagsmith/flagsmith-engine.git@main
# via -r requirements.in
future==0.18.2
# via django-ses
Expand Down Expand Up @@ -218,10 +220,10 @@ s3transfer==0.3.3
# via boto3
sendgrid==3.6.5
# via sendgrid-django
sentry-sdk==1.3.1
# via -r requirements.in
sendgrid-django==4.2.0
# via -r requirements.in
sentry-sdk==1.3.1
# via -r requirements.in
shortuuid==1.0.1
# via -r requirements.in
six==1.15.0
Expand Down

0 comments on commit 8be5ffe

Please sign in to comment.