This website requires JavaScript.
Explore
Help
Register
Sign In
Benjamin_Loison
/
waybackpy
Watch
1
Star
0
Fork
0
You've already forked waybackpy
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
97f8b96411
waybackpy
/
requirements-dev.txt
11 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Format and lint codes and fix packaging (#125) * add: configure files (setup.py->setup.py+setup.cfg+pyproject.toml) * add: __download_url__ * format with black and isort * fix: flake8 section in setup.cfg * add: E501 to flake ignore * fix: metadata.name does not accept attr * fix: merge __version__.py into __init__.py * fix: flake8 errors in tests/ * fix: datetime.datetime -> datetime * fix: banner * fix: ignore W605 for banner * fix: way to install deps in CI * add: versem to setuptools * fix: drop python<=3.6 (#126) from package and CI
2022-02-03 14:43:39 +01:00
black
created pytest.ini, added test for waybackpy/availability_api.py, new exceptions all of which inherit from the main WaybackError and created requirements-dev.txt
2022-01-22 20:59:07 +01:00
click
more dev reqs
2022-01-22 21:40:12 +01:00
codecov
+ flake8 in requirements-dev.txt
2022-01-22 21:35:08 +01:00
flake8
more dev reqs
2022-01-22 21:40:12 +01:00
mypy
Format and lint codes and fix packaging (#125) * add: configure files (setup.py->setup.py+setup.cfg+pyproject.toml) * add: __download_url__ * format with black and isort * fix: flake8 section in setup.cfg * add: E501 to flake ignore * fix: metadata.name does not accept attr * fix: merge __version__.py into __init__.py * fix: flake8 errors in tests/ * fix: datetime.datetime -> datetime * fix: banner * fix: ignore W605 for banner * fix: way to install deps in CI * add: versem to setuptools * fix: drop python<=3.6 (#126) from package and CI
2022-02-03 14:43:39 +01:00
pytest
pytest-cov
requests
Typing (#128) * fix: CI yml name * add: mypy configuraion * add: type annotation to waybackpy modules * add: type annotation to test modules * fix: mypy command * add: types-requests to dev deps * fix: disable max-line-length * fix: move pytest.ini into setup.cfg * add: urllib3 to deps * fix: Retry (ref: https://github.com/python/typeshed/issues/6893) * fix: f-string * fix: shorten long lines * add: staticmethod decorator to no-self-use methods * fix: str(headers)->headers_str * fix: error message * fix: revert "str(headers)->headers_str" and ignore assignment CaseInsensitiveDict with str * fix: mypy error
2022-02-04 19:23:36 +01:00
setuptools>=46.4.0
types-requests
Reference in New Issue
Copy Permalink