File tree Expand file tree Collapse file tree 5 files changed +889
-448
lines changed
Expand file tree Collapse file tree 5 files changed +889
-448
lines changed Original file line number Diff line number Diff line change 1818 "python.linting.enabled" : true ,
1919 "python.autoComplete.extraPaths" : [
2020 " ./codepost"
21+ ],
22+ "python.analysis.extraPaths" : [
23+ " ./codepost"
2124 ]
2225}
Original file line number Diff line number Diff line change 2222 pipenv run pytest --cov=codepost
2323
2424init :
25- pip install --upgrade pip~=18.0 pipenv==2018.10.13
25+ # pip install --upgrade pip~=22.1.9 pipenv==2018.10.13
2626 pipenv install --dev --skip-lock
27+ pipenv run pip install -U pip
2728
2829coveralls :
2930 pipenv run coveralls
@@ -82,8 +83,10 @@ check: install
8283# @cd docs && sphinx-build -nb html -d build/doctrees . build/html
8384
8485publish : install
86+ pipenv run python -m pip install --upgrade pip
8587 git push origin && git push --tags origin
8688 $(MAKE ) clean
89+ pip install --upgrade pip
8790 pip install --quiet twine wheel
8891 python setup.py sdist bdist_wheel
8992 twine upload dist/*
Original file line number Diff line number Diff line change @@ -4,27 +4,30 @@ url = "https://pypi.org/simple"
44verify_ssl = true
55
66[dev-packages ]
7+ PyYAML = " >=5.4"
78coveralls = " *"
89eliot-tree = " *"
910ipykernel = " *"
11+ ipython = " >=7.16.3"
1012pylint = " *"
1113pytest = " >=4.4"
1214pytest-cov = " >=2.6"
13- pytest-subtests = " *"
14- PyYAML = " *"
15- tox = " *"
1615pytest-mock = " *"
16+ pytest-subtests = " *"
1717requests-mock = " *"
18+ tox = " *"
1819
1920[packages ]
21+ PyYAML = " >=5.4"
2022blessings = " *"
23+ codepost = {path = " ." , editable = true }
2124colorama = " *"
2225eliot = " *"
26+ py = " >=1.10.0"
27+ pygments = " >=2.7.4"
2328python-forge = " *"
24- PyYAML = " *"
2529requests = " *"
2630six = " *"
27- codepost = {path = " ." ,editable = true }
2831typing = " *"
2932
3033[requires ]
You can’t perform that action at this time.
0 commit comments