Skip to content

Commit

Permalink
Changes requested
Browse files Browse the repository at this point in the history
* No `requirements.txt` file
* No `install_requires` upper limit on `flake8`

Signed-off-by: Stavros Ntentos <11300730-stavros-relex@users.noreply.gitlab.com>
  • Loading branch information
Stavros Ntentos committed Dec 15, 2022
1 parent b1020e3 commit 086f02f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions setup.cfg
Expand Up @@ -3,6 +3,3 @@ project_urls =
Source=https://github.com/PyCQA/pep8-naming
Issues=https://github.com/PyCQA/pep8-naming/issues
Changelog=https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst

[options]
install_requires = file: requirements.txt
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -42,6 +42,7 @@ def run_tests(self):
license='Expat license',
package_dir={'': 'src'},
py_modules=['pep8ext_naming'],
install_requires=['flake8>=5.0.0'],
zip_safe=False,
python_requires='>=3.7',
entry_points={
Expand Down

0 comments on commit 086f02f

Please sign in to comment.