Skip to content

Commit

Permalink
Config: Update dependencies
Browse files Browse the repository at this point in the history
 - future:     0.17.1 -> 0.18.2
 - pyyaml:     5.1    -> 5.3.1
 - argparse:   1.2.1  -> 1.4.0
 - mock	       2.0.0  -> 4.0.2
 - deepdiff    3.3.0  -> 4.3.2
 - green       2.15.0 -> 3.2.0
  • Loading branch information
Franck Chauvel committed Jun 16, 2020
1 parent e0aac36 commit 5489718
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@


test_dependencies = [
"green==2.15.0",
"mock==2.0.0",
"deepdiff==3.3.0",
"green==3.2.0",
"mock==4.0.2",
"deepdiff==4.3.2",
"coverage==4.5.3"
]

Expand All @@ -44,10 +44,10 @@
]
},
install_requires = [
"future == 0.17.1",
"PyYAML == 5.1",
"future == 0.18.2",
"PyYAML == 5.3.1",
"jsonpath-rw == 1.4.0",
"argparse == 1.2.1",
"argparse == 1.4.0",
"defusedxml == 0.6.0",
"ozepy @ git+https://github.com/STAMP-project/[email protected]#egg=ozepy"
],
Expand Down

0 comments on commit 5489718

Please sign in to comment.