fix setup.py requirements
This commit is contained in:
parent
c983a7bab7
commit
36c8ddd536
@ -1,4 +1,4 @@
|
|||||||
aiohttp
|
aiohttp
|
||||||
PyNaCl~=1.4.0
|
PyNaCl~=1.4.0
|
||||||
ptvp35 @ git+https://gitea.ongoteam.net/PTV/ptvp35.git@25727aabd7afd69f66051c806190480302e67260
|
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
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
from setuptools import setup
|
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')
|
install_requires = f.read().strip().split('\n')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Reference in New Issue
Block a user