run pre-commit
This commit is contained in:
parent
06a80e1218
commit
dc7511ca9a
4 changed files with 4 additions and 4 deletions
3
setup.py
3
setup.py
|
|
@ -1,6 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
from pathlib import Path
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
requires = Path("requirements.txt").read_text().split()
|
||||
dev_requires = Path("requirements_dev.txt").read_text().split()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue