1
0
Fork 0
mirror of synced 2024-05-03 04:02:50 +12:00

Add requirements-full.txt with everything

This commit is contained in:
Stelios Tsampas 2022-09-09 20:49:30 +03:00
parent b7b96f79b2
commit c3e192cbbe
3 changed files with 16 additions and 1 deletions

4
.gitignore vendored
View file

@ -19,5 +19,9 @@ __pycache__
/AppDir/
/System Volume Information/
/test_files/
# Nuitka build artifacts
/rare.build
/rare.dist
/rare.bin
/rare.cmd
/rare.exe

View file

@ -114,6 +114,7 @@ if __name__ == "__main__":
# )
# insert source directory
sys.path.insert(0, str(pathlib.Path(__file__).parents[1].absolute()))
if "__compiled__" not in globals():
sys.path.insert(0, str(pathlib.Path(__file__).parents[1].absolute()))
main()

10
requirements-full.txt Normal file
View file

@ -0,0 +1,10 @@
typing_extensions
requests
PyQt5
QtAwesome
setuptools
legendary-gl
pywin32; platform_system == "Windows"
pywebview[qt]; platform_system == "Linux"
pywebview[cef]; platform_system == "Windows"
pypresence