migrate to new gitea

This commit is contained in:
AF 2022-08-19 03:22:14 +03:00
parent 67de8376bf
commit 48ea66e9de
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<list>
<DockerEnvVarImpl>
<option name="name" value="v6ca" />
<option name="value" value="da5261eb5232b4b08452f25099b53b59d2e308b86aaf9c4204f0aa92569044d7" />
<option name="value" value="8ba641656218146c2d5584c02fdb0d68bb5caef0c1146c06e6d4e69ffd5e8398" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="v6caurl" />

View File

@ -12,7 +12,7 @@ setup(
install_requires=[
'aiohttp',
'PyNaCl~=1.4.0',
'ptvp35 @ git+https://gitea.ongoteam.net/PTV/ptvp35.git@25727aabd7afd69f66051c806190480302e67260',
'v6d0auth @ git+https://gitea.ongoteam.net/PTV/v6d0auth.git@b161c4c88c4cee531b6e3773cb61d2fceeaf661b'
'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@f3429eb1ebddda9d31c0c8b6a5b780db20896ef0',
'v6d0auth @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@b161c4c88c4cee531b6e3773cb61d2fceeaf661b'
]
)