Skip to content

Commit 86ed643

Browse files
committed
Output
1 parent f3dc726 commit 86ed643

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ hypothesis == 6.54
33
mypy == 0.971
44
numba == 0.55
55
numpy == 1.21
6-
pytest == 6.0.1
6+
pre-commit == 2.20.0
7+
pytest == 7.1.2
78
pytest-env
89
pytest-runner == 5.2
910
typing_extensions

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from setuptools import setup
22

3-
setup()
3+
setup(py_modules=[])

0 commit comments

Comments
 (0)