Skip to content

Commit c963f6a

Browse files
committed
alphabetize requirements
1 parent dbde4db commit c963f6a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ruff==0.11.9
1212
testfixtures==8.3.0
1313

1414
# Docs Requirements
15-
Sphinx==8.1.3;python_version>='3.10'
16-
Sphinx==7.4.7;python_version<'3.10'
17-
sphinx-rtd-theme==3.0.2
18-
myst-parser==4.0.1;python_version>='3.10'
1915
myst-parser==3.0.1;python_version<'3.10'
16+
myst-parser==4.0.1;python_version>='3.10'
2017
sphinx-multiversion
18+
sphinx-rtd-theme==3.0.2
19+
Sphinx==7.4.7;python_version<'3.10'
20+
Sphinx==8.1.3;python_version>='3.10'

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
pyairtable==3.0.2
21
azure-storage-blob==12.25.1
32
boto3>=1.17.98
43
boxsdk==3.13.0
54
braintree==4.31.0
65
bs4==0.0.2
76
censusgeocode==0.5.2
87
civis==1.16.1;python_version<"3.10" # later Civis versions do not support Python 3.9
9-
civis==2.4.3;python_version>="3.10"
8+
civis==2.4.3;python_version>="3.10"
109
curlify==2.2.1
1110
dbt_core>=1.5.0
1211
defusedxml>=0.7.1, <=0.8.0
@@ -29,6 +28,7 @@ paramiko==3.5.1
2928
petl==1.7.15
3029
psycopg2-binary==2.9.9;python_version<"3.13"
3130
psycopg2-binary==2.9.10;python_version>="3.13"
31+
pyairtable==3.0.2
3232
PyGitHub==2.6.0
3333
python-dateutil==2.9.0.post0
3434
requests==2.32.3
@@ -37,8 +37,8 @@ setuptools==78.1.0
3737
simple-salesforce==1.12.6
3838
simplejson==3.20.1
3939
slackclient==1.3.1
40-
sshtunnel==0.4.0
4140
sqlalchemy >= 1.4.22, != 1.4.33, < 3.0.0 # Prefect does not work with 1.4.33 and >=2.0.0 has breaking changes
41+
sshtunnel==0.4.0
4242
suds-py3==1.4.5.0
4343
surveygizmo==1.2.3
4444
twilio==9.6.0

0 commit comments

Comments
 (0)