Skip to content

Commit a25a3e6

Browse files
committed
Revert "add libcurl dep and minor fix"
This reverts commit b59c91d.
1 parent b59c91d commit a25a3e6

37 files changed

+1
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install tox
24-
sudo apt install libcurl4-openssl-dev
2524
- name: Test with tox
2625
run: tox

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more information, refer to our [documentation](https://docs.adyen.com/) or t
2222

2323
- [Adyen test account](https://docs.adyen.com/get-started-with-adyen)
2424
- [API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key). For testing, your API credential needs to have the [API PCI Payments role](https://docs.adyen.com/development-resources/api-credentials#roles).
25-
- Python 2.7 **(deprecated)** or 3.6
25+
- Python 2.7 or 3.6
2626
- Packages: requests or pycurl ( optional )
2727

2828

test/BaseTest.pyc

-1.35 KB
Binary file not shown.

test/CheckoutTest.pyc

-17.7 KB
Binary file not shown.

test/CheckoutUtilityTest.pyc

-2.02 KB
Binary file not shown.

test/DetermineEndpointTest.pyc

-5.89 KB
Binary file not shown.

test/DirectoryLookupTest.pyc

-2.95 KB
Binary file not shown.

test/ModificationTest.pyc

-4.29 KB
Binary file not shown.

test/PaymentTest.pyc

-12.7 KB
Binary file not shown.

test/RecurringTest.pyc

-3.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)