fix setup.py requirements

This commit is contained in:
AF 2021-12-19 19:54:09 +03:00
parent c983a7bab7
commit 36c8ddd536
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
aiohttp
PyNaCl~=1.4.0
ptvp35 @ git+https://gitea.ongoteam.net/PTV/ptvp35.git@25727aabd7afd69f66051c806190480302e67260
v6d0auth @ git+https://gitea.ongoteam.net/PTV/v6d0auth.git@916cd1ab94cbf4463812332a86e6ff5f79e9824d
v6d0auth @ git+https://gitea.ongoteam.net/PTV/v6d0auth.git@7f910ba91be2564a9f78bcfa39759698f3ebf85f

View File

@ -2,7 +2,7 @@ from pathlib import Path
from setuptools import setup
with open(Path(__file__) / 'requirements.txt') as f:
with open(Path(__file__) / '../requirements.txt') as f:
install_requires = f.read().strip().split('\n')
setup(