composer.json 895 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "sis31/pytri-win64",
  3. "type": "library",
  4. "description": "python3.8.8 embed win64 for tri5990",
  5. "license": "MIT",
  6. "minimum-stability": "dev",
  7. "require":{
  8. "a/distribute-helper": "dev-master",
  9. "py38/oss2-win64":"dev-master",
  10. "py38/pyqt5-win64":"dev-master",
  11. "py38/torch-cu111-win64":"dev-master",
  12. "py38/torchvision-cu111-win64":"dev-master",
  13. "py38/torchaudio-cu111-win64":"dev-master",
  14. },
  15. "repositories": {
  16. "packagist": {
  17. "type": "composer",
  18. "url": "http://satis-dist.lysis.com.cn:4000/"
  19. }
  20. },
  21. "config": {
  22. "secure-http": false,
  23. "disable-tls": true
  24. },
  25. "scripts": {
  26. "post-update-cmd": "DistributeHelper\\HelperClass::postUpdate"
  27. },
  28. "distribute-helper": {
  29. "use-space": "32.8 MB",
  30. "module-files":[
  31. {"name":"embed-3.8.8-eb0b03.7z","size":"8.83 MB"}
  32. ]
  33. }
  34. }