-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
43 lines (40 loc) · 922 Bytes
/
Pipfile
File metadata and controls
43 lines (40 loc) · 922 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
38
39
40
41
42
43
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pylint = "*"
nose = "*"
httpretty = "*"
moto = "*"
requests-mock = "*"
setuptools-scm = {version="*", extras=["toml"]}
[packages]
aiohttp = "==3.13.5"
apache-airflow = "==3.2.1"
apache-airflow-providers-amazon = "==9.25.0"
apache-airflow-providers-fab = "==3.6.1"
apache-airflow-providers-slack = "==9.10.0"
apache-airflow-providers-sftp = "==5.7.3"
apache-airflow-providers-ssh = "==5.0.0"
cryptography = "==46.0.7"
flask-openid = "*"
flask-session = "==0.8.0"
flask-sqlalchemy = "==3.1.1"
lxml = "==6.0.2"
marshmallow = "==3.26.2"
numpy = "==2.4.4"
pandas = "==2.3.3"
pexpect = "==4.9.0"
protobuf = "==6.33.6"
requests = "==2.33.1"
setuptools = "82.0.1"
sickle = ">=0.7.0"
sqlalchemy = "==2.0.49"
werkzeug = "==3.1.8"
wheel = "==0.46.3"
wtforms = "==3.2.1"
xmltodict = "==1.0.4"
[requires]
python_version = "3.12"