refactoring: add databridge
issue: #14
docker-compose.yml
0 → 100644
requirements/development.txt
0 → 100644
... | ... | @@ -2,9 +2,10 @@ |
#For include pre-release and development versions, uncomment line --pre. By default, pip only finds stable versions. | ||
#--pre | ||
PyYAML | ||
aiohttp | ||
aiohttp==3.7.4.post0 | ||
ipaddress | ||
cryptography | ||
pyjwt~=2.0.0 | ||
aiohttp-swagger | ||
prozorro-tools==0.12.0 | ||
uvloop |
Please register or sign in to comment