-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
37 lines (34 loc) · 778 Bytes
/
Pipfile
File metadata and controls
37 lines (34 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
aiobotocore = "==3.4.0"
apache-airflow = "==3.2.1"
apache-airflow-providers-amazon = "==9.25.0"
apache-airflow-providers-fab = "==3.6.1"
apache-airflow-providers-sftp = "==5.7.3"
apache-airflow-providers-slack = "==9.10.0"
apache-airflow-providers-ssh = "==5.0.0"
apache-airflow-providers-standard = "==1.12.3"
boto3 = "==1.42.84"
flask-session = "==0.8.0"
importlib_metadata = "==8.7.1"
lxml = "==6.0.2"
moto = "*"
pandas = "==2.3.3"
paramiko = "==3.5.1"
pexpect = "==4.9.0"
pyjwt = "==2.12.1"
pylint = "*"
pysftp = "*"
pytest = "*"
requests-mock = "*"
s3fs = "==2026.3.0"
setuptools = "82.0.1"
sickle = "*"
sshtunnel = "*"
tulflow = "*"
[packages]
[requires]
python_version = "3.12"