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
e61447effd
waybackpy
/
requirements-dev.txt
10 lines
78 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
setuptools>=46.4.0
pytest
pytest-cov
requests
Reference in New Issue
Copy Permalink