-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add eventyay-paypal to docker auto deployment
- Loading branch information
Showing
2 changed files
with
15 additions
and
4 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 |
---|---|---|
|
@@ -91,7 +91,10 @@ dependencies = [ | |
'paypalrestsdk==1.13.3', | ||
'sepaxml==2.6.*', | ||
'geoip2==4.*', | ||
# Note: To install eventyay-stripe/Paypal dependencies, replace {your_token} with your GitHub token | ||
# Access is required to the private repositories, if you don't have access, you can remove the dependencies | ||
'eventyay-stripe @ git+https://[email protected]/fossasia/eventyay-tickets-stripe.git@master', | ||
'eventyay-paypal @ git+https://[email protected]/fossasia/eventyay-tickets-paypal.git@master', | ||
'sendgrid==6.11.*', | ||
'importlib_metadata==7.*', | ||
'qrcode==7.4.*', | ||
|
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