feat: change replication to the pre-release version

This commit is contained in:
Swann
2020-08-27 11:40:26 +02:00
parent bb5b9fe4c8
commit 00d60be75b
2 changed files with 3 additions and 3 deletions

View File

@ -57,8 +57,8 @@ I'm working on it.
| Dependencies | Version | Needed | | Dependencies | Version | Needed |
| ------------ | :-----: | -----: | | ------------ | :-----: | -----: |
| ZeroMQ | latest | yes | | Replication | latest | yes |
| JsonDiff | latest | yes |
## Contributing ## Contributing

View File

@ -44,7 +44,7 @@ from . import environment, utils
DEPENDENCIES = { DEPENDENCIES = {
("replication", '0.0.20'), ("replication", '0.0.21a1'),
} }