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
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 3 additions and 3 deletions

View File

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

View File

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