-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh pip-compile outputs backendDependencies
- Loading branch information
1 parent
e269c1a
commit 0fbe672
Showing
2 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
django==4.0.3 | ||
gunicorn==20.1.0 | ||
googlemaps==4.6.0 | ||
boto3==1.20.34 | ||
botocore==1.23.46 | ||
boto3==1.21.32 | ||
botocore==1.24.32 | ||
requests==2.27.1 | ||
react==4.3.0 | ||
celery==5.2.3 | ||
single-beat==0.4.2 # Cant upgrade to 4, because of django-redis-cache | ||
redis==3.5.2 # Cant upgrade to 4, because of django-redis-cache | ||
google-cloud-vision==2.1.0 | ||
celery==5.2.5 | ||
single-beat==0.5.1 # Cant upgrade to 4, because of django-redis-cache | ||
redis==4.2.2 # Cant upgrade to 4, because of django-redis-cache | ||
google-cloud-vision==2.7.2 | ||
dj-database-url==0.5.0 | ||
whitenoise==6.0.0 | ||
django-redis-cache==3.0.1 | ||
django-ckeditor==6.2.0 | ||
django-phonenumber-field==6.0.0 | ||
phonenumberslite==8.12.44 | ||
django-phonenumber-field==6.1.0 | ||
phonenumberslite==8.12.46 | ||
quickpay-api-client==2.0.1 | ||
python-magic==0.4.19 | ||
sentry-sdk==1.5.7 | ||
python-magic==0.4.25 | ||
sentry-sdk==1.5.8 | ||
django-safedelete==1.1.2 | ||
user_agents==2.2.0 # For user activity stream | ||
pydantic==1.9.0 | ||
newrelic==7.6.0.173 | ||
newrelic==7.8.0.174 | ||
logdna==1.18.1 | ||
PyVimeo==1.1.0 | ||
imgix==3.2.1 | ||
django-cors-headers==3.11.0 | ||
pdfrw==0.4 | ||
reportlab==3.6.8 | ||
reportlab==3.6.9 | ||
requests-pkcs12==1.13 | ||
msal==1.16.0 | ||
WeasyPrint==52.2 # Do not upgrade, they changed a lot in newer versions, it will break some pdfs. | ||
msal==1.17.0 | ||
WeasyPrint==54.3 # Do not upgrade, they changed a lot in newer versions, it will break some pdfs. | ||
django-model-utils==4.2.0 | ||
|
||
django-money==1.3.1 # Upgrading this requires migration.. | ||
django-money==2.1.1 # Upgrading this requires migration.. | ||
django-anymail[mandrill]==8.5 | ||
geoip2==4.1.0 | ||
geoip2==4.5.0 | ||
firebase-admin==5.2.0 | ||
salesforce-api==0.1.40 | ||
salesforce-api==0.1.45 | ||
mailchimp-marketing==3.0.74 | ||
git+https://github.com/s-block/django-nested-inline.git@617f5aa8ce940688f702e0b32a30816473c54ab4 | ||
dnspython==2.1.0 # mx validation of email addresses | ||
twilio==7.7.1 | ||
dnspython==2.2.1 # mx validation of email addresses | ||
twilio==7.8.0 | ||
icalendar==4.0.9 | ||
markdown==3.3.6 | ||
types-Markdown==3.3.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters