Skip to content

Commit 06e7bca

Browse files
WillAydpandres
authored andcommitted
Added flake8 to DEV requirements (pandas-dev#20063)
1 parent 918946b commit 06e7bca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/environment-dev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
dependencies:
66
- Cython
77
- NumPy
8+
- flake8
89
- moto
910
- pytest>=3.1
1011
- python-dateutil>=2.5.0

ci/requirements_dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# Do not modify directly
33
Cython
44
NumPy
5+
flake8
56
moto
67
pytest>=3.1
78
python-dateutil>=2.5.0
89
pytz
910
setuptools>=3.3
10-
sphinx
11+
sphinx

0 commit comments

Comments
 (0)