Skip to content

Commit 2d6636d

Browse files
authored
Devo 369 depend a bot fails (#427)
* Update reset db command * Update initdb command * Update dependency * Pin SQLAlchemy and Flask * Pin werkzeug * Remove unused import
1 parent 26e7204 commit 2d6636d

File tree

4 files changed

+258
-109
lines changed

4 files changed

+258
-109
lines changed

Pipfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "pypi"
33
url = "https://pypi.org/simple"
44
verify_ssl = true
55

6-
76
[dev-packages]
87
pytest = "*"
98
apache-airflow = "==1.10.14"
@@ -20,8 +19,12 @@ pexpect = "*"
2019
pysftp = "*"
2120
setuptools = "*"
2221
cryptography = "==3.3.2"
22+
sqlalchemy = "==1.3.23"
23+
flask-sqlalchemy = "==2.4.4"
24+
werkzeug = "==0.16.1"
2325

2426
[packages]
27+
pytest = "==6.2.4"
2528

2629
[requires]
2730
python_version = "3.6"

0 commit comments

Comments
 (0)