Skip to content

Commit ad29abe

Browse files
author
Oliver Sauder
committed
Use pyupio to manage development dependencies
This way CI doesn't suddently break when a dependency has updated but we still keep up-to-date. pyupio will open a PR with the updated dependencies.
1 parent d0debda commit ad29abe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pyup.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
search: False
2+
requirements:
3+
- requirements-development.txt:
4+
update: all
5+
pin: True

0 commit comments

Comments
 (0)