Merge pull request #25156 from Alchez/feat-py3-dependencies
feat: manage Python 3 compatiblity with dependencies
This commit is contained in:
commit
59a2ebd2f4
7
.github/workflows/ci-tests.yml
vendored
7
.github/workflows/ci-tests.yml
vendored
@ -85,10 +85,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp ~/frappe-bench/sites/.coverage ${GITHUB_WORKSPACE}
|
cp ~/frappe-bench/sites/.coverage ${GITHUB_WORKSPACE}
|
||||||
cd ${GITHUB_WORKSPACE}
|
cd ${GITHUB_WORKSPACE}
|
||||||
pip install coveralls==2.2.0
|
pip install coveralls==3.0.1
|
||||||
pip install coverage==4.5.4
|
pip install coverage==5.5
|
||||||
coveralls
|
coveralls --service=github
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
|
||||||
|
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
braintree==3.57.1
|
|
||||||
frappe
|
frappe
|
||||||
gocardless-pro==1.11.0
|
gocardless-pro~=1.22.0
|
||||||
googlemaps==3.1.1
|
googlemaps # used in ERPNext, but dependency is defined in Frappe
|
||||||
pandas>=1.0.5
|
pandas~=1.1.5
|
||||||
plaid-python>=7.0.0
|
plaid-python~=7.2.1
|
||||||
pycountry==19.8.18
|
pycountry~=20.7.3
|
||||||
PyGithub==1.44.1
|
PyGithub~=1.54.1
|
||||||
python-stdnum==1.12
|
python-stdnum~=1.16
|
||||||
python-youtube==0.6.0
|
python-youtube~=0.8.0
|
||||||
taxjar==1.9.0
|
taxjar~=1.9.2
|
||||||
tweepy==3.8.0
|
tweepy~=3.10.0
|
||||||
Unidecode==1.1.1
|
Unidecode~=1.2.0
|
||||||
WooCommerce==2.1.1
|
WooCommerce~=3.0.0
|
||||||
pycryptodome==3.9.8
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user