Skip to content

Commit

Permalink
Add uwsgi to requ
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Aug 30, 2022
1 parent b77baba commit ae7f108
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements-server.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ pyrabbit
redis
sqlalchemy
whitenoise
uwsgi
2 changes: 2 additions & 0 deletions requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ urllib3==1.26.7
# via
# botocore
# requests
uwsgi==2.0.20
# via -r requirements-server.in
vine==5.0.0
# via
# amqp
Expand Down
6 changes: 1 addition & 5 deletions requirements-worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#
# pip-compile requirements-worker.in
#

# Pin Oasislmf to 'develop' for pre-analysis-hook fix
git+https://github.com/OasisLMF/OasisLMF.git@cdac665e103e0dd593f3063205b838993314c82a#egg=oasislmf[extra]

amqp==5.1.0
# via kombu
anytree==2.8.0
Expand Down Expand Up @@ -144,7 +140,7 @@ numpy==1.21.5
# pyarrow
# scikit-learn
# scipy
#oasislmf[extra]==1.26.0
oasislmf[extra]==1.26.2
# via -r requirements-worker.in
oauthlib==3.2.0
# via requests-oauthlib
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,8 @@ urllib3==1.26.6
# via
# botocore
# requests
uwsgi==2.0.20
# via -r ./requirements-server.in
vine==5.0.0
# via
# amqp
Expand Down

0 comments on commit ae7f108

Please sign in to comment.