Skip to content

Commit fdcd479

Browse files
committed
lint: sort dependencies in all setup.py
1 parent 291efed commit fdcd479

File tree

11 files changed

+53
-53
lines changed

11 files changed

+53
-53
lines changed

_delphi_utils_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"pandas>=1.1.0",
1818
"pydocstyle",
1919
"pylint==2.8.3",
20-
"pytest",
2120
"pytest-cov",
21+
"pytest",
2222
"requests-mock",
2323
"slackclient",
2424
"structlog",

_template_python/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
from setuptools import find_packages
33

44
required = [
5+
"covidcast"
6+
"delphi-utils",
57
"numpy",
68
"pandas",
79
"pydocstyle",
8-
"pytest",
9-
"pytest-cov",
1010
"pylint==2.8.3",
11-
"delphi-utils",
12-
"covidcast"
11+
"pytest-cov",
12+
"pytest",
1313
]
1414

1515
setup(

changehc/setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
from setuptools import find_packages
33

44
required = [
5+
"boto3",
6+
"covidcast",
57
"darker[flynt]~=1.7.2",
8+
"delphi-utils",
69
"isort==5.12.0",
10+
"moto~=4.2.14",
711
"numpy",
812
"pandas",
13+
"paramiko",
914
"pyarrow",
1015
"pydocstyle",
11-
"pytest",
12-
"pytest-cov",
1316
"pylint==2.8.3",
14-
"delphi-utils",
15-
"covidcast",
16-
"boto3",
17-
"moto~=4.2.14",
18-
"paramiko",
17+
"pytest-cov",
18+
"pytest",
1919
]
2020

2121
setup(

claims_hosp/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
from setuptools import find_packages
33

44
required = [
5+
"covidcast",
56
"darker[flynt]~=1.7.2",
7+
"delphi-utils",
68
"isort==5.12.0",
79
"numpy",
810
"pandas",
9-
"pyarrow",
1011
"paramiko",
12+
"pyarrow",
1113
"pydocstyle",
12-
"pytest",
13-
"pytest-cov",
1414
"pylint==2.8.3",
15-
"delphi-utils",
16-
"covidcast",
15+
"pytest-cov",
16+
"pytest",
1717
]
1818

1919
setup(

doctor_visits/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
required = [
55
"darker[flynt]~=1.7.2",
6+
"delphi-utils",
67
"isort==5.12.0",
78
"numpy",
89
"pandas",
910
"paramiko",
10-
"scikit-learn",
11-
"pytest",
12-
"pytest-cov",
1311
"pylint==2.8.3",
14-
"delphi-utils",
12+
"pytest-cov",
13+
"pytest",
14+
"scikit-learn",
1515
]
1616

1717
setup(

google_symptoms/setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
required = [
55
"darker[flynt]~=1.7.2",
6+
"db-dtypes",
7+
"delphi-utils",
8+
"freezegun",
69
"isort==5.12.0",
710
"mock",
811
"numpy",
12+
"pandas-gbq",
913
"pandas",
1014
"pydocstyle",
11-
"pytest",
12-
"pytest-cov",
1315
"pylint==2.8.3",
14-
"delphi-utils",
15-
"freezegun",
16-
"pandas-gbq",
17-
"db-dtypes",
16+
"pytest-cov",
17+
"pytest",
1818
]
1919

2020
setup(

hhs_hosp/setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
from setuptools import find_packages
33

44
required = [
5+
"covidcast",
56
"darker[flynt]~=1.7.2",
6-
"isort==5.12.0",
7+
"delphi-epidata",
8+
"delphi-utils",
79
"freezegun",
10+
"isort==5.12.0",
811
"numpy",
912
"pandas",
1013
"pydocstyle",
11-
"pytest",
12-
"pytest-cov",
1314
"pylint==2.8.3",
14-
"delphi-utils",
15-
"covidcast",
16-
"delphi-epidata",
15+
"pytest-cov",
16+
"pytest",
1717
]
1818

1919
setup(

nchs_mortality/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
required = [
55
"darker[flynt]~=1.7.2",
6+
"delphi-utils",
7+
"epiweeks",
8+
"freezegun",
69
"isort==5.12.0",
710
"numpy",
811
"pandas",
912
"pydocstyle",
10-
"pytest",
11-
"pytest-cov",
1213
"pylint==2.8.3",
13-
"delphi-utils",
14+
"pytest-cov",
15+
"pytest",
1416
"sodapy",
15-
"epiweeks",
16-
"freezegun",
1717
]
1818

1919
setup(

nwss_wastewater/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
required = [
55
"darker[flynt]~=1.7.2",
6+
"delphi-utils",
7+
"epiweeks",
8+
"freezegun",
69
"isort==5.12.0",
710
"numpy",
811
"pandas",
912
"pydocstyle",
10-
"pytest",
11-
"pytest-cov",
1213
"pylint==2.8.3",
13-
"delphi-utils",
14+
"pytest-cov",
15+
"pytest",
1416
"sodapy",
15-
"epiweeks",
16-
"freezegun",
1717
]
1818

1919
setup(

quidel_covidtest/setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
from setuptools import find_packages
33

44
required = [
5+
"covidcast",
56
"darker[flynt]~=1.7.2",
7+
"delphi-utils",
8+
"imap-tools",
69
"isort==5.12.0",
710
"numpy",
11+
"openpyxl",
812
"pandas",
913
"pyarrow",
1014
"pydocstyle",
11-
"pytest",
12-
"pytest-cov",
1315
"pylint==2.8.3",
14-
"delphi-utils",
15-
"imap-tools",
16+
"pytest-cov",
17+
"pytest",
1618
"xlrd==1.2.0",
17-
"covidcast",
18-
"openpyxl",
1919
]
2020

2121
setup(

sir_complainsalot/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
from setuptools import find_packages
33

44
required = [
5+
"covidcast",
56
"darker[flynt]~=1.7.2",
7+
"delphi-utils",
68
"isort==5.12.0",
79
"pandas",
8-
"pytest",
9-
"pytest-cov",
1010
"pylint==2.8.3",
11-
"delphi-utils",
11+
"pytest-cov",
12+
"pytest",
1213
"slackclient",
13-
"covidcast",
1414
]
1515

1616
setup(

0 commit comments

Comments
 (0)