Skip to content

Commit e57764d

Browse files
authored
Merge pull request #82 from OpenDataAlex/process_tracker_python-81
Process tracker python 81
2 parents a4bda52 + d3c6a78 commit e57764d

File tree

6 files changed

+380
-162
lines changed

6 files changed

+380
-162
lines changed

Pipfile

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,37 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
coverage="*"
8-
coveralls="*"
9-
moto="*"
10-
python-coveralls="*"
7+
coverage = "*"
8+
coveralls = "*"
9+
moto = "*"
10+
python-coveralls = "*"
1111

1212
[packages]
13-
boto3="*"
14-
Click="*"
15-
sqlalchemy="*"
16-
sqlalchemy-utils="*"
17-
python-dateutil="*"
18-
psycopg2-binary="*"
13+
boto3 = "*"
14+
Click = "*"
15+
sqlalchemy = "==1.3.7"
16+
sqlalchemy-utils = "==0.34.1"
17+
python-dateutil = "*"
18+
psycopg2-binary = "*"
1919
google-compute-engine = "*"
20-
snowflake-sqlalchemy = "*"
20+
snowflake-sqlalchemy = "==1.1.14"
2121
pymysql = "*"
2222
cx-oracle = "*"
2323
pymssql = "*"
24+
werkzeug = "==0.15.5"
25+
snowflake-connector-python = "==1.8.7"
26+
pyyaml = "==5.1.2"
27+
pytz = "==2019.2"
28+
pyrsistent = "==0.15.4"
29+
jsonschema = "==3.0.2"
30+
setuptools = "==41.1.0"
31+
aws-sam-translator = "==1.13.2"
32+
cfn-lint = "==0.23.3"
33+
coveralls = "==1.8.2"
34+
coverage = "==4.5.4"
35+
jsonpatch = "==1.24"
36+
jsondiff = "==1.2.0"
37+
python-coveralls = "==2.9.3"
2438

2539
[requires]
2640
python_version = "3.7"

0 commit comments

Comments
 (0)