8000 Use released versions in dev-requirements · pythonthings/github3.py@5ea1575 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ea1575

Browse files
committed
Use released versions in dev-requirements
This commit replaces the dev dependencies declared as repositories by the latest associated release of betamax and betamax_matchers.
1 parent 0182f89 commit 5ea1575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
mock==1.0.1
44
pytest>=2.3.5
55
wheel==0.21.0
6-
git+git://github.com/sigmavirus24/betamax
7-
git+git://github.com/sigmavirus24/betamax_matchers
6+
betamax>=0.5.0
7+
betamax_matchers>=0.2.0

0 commit comments

Comments
 (0)
0