installer.cfg 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. [Application]
  2. name=Windows Streamlit App
  3. version=0.1.0
  4. # How to lunch the app - this calls the 'main' function from the 'run_app' package:
  5. entry_point=src.run_app:main
  6. icon=resources/caritas-logo.ico
  7. [Python]
  8. version=3.8.10
  9. bitness=64
  10. [Include]
  11. # Packages from PyPI that your application requires, one per line
  12. # These must have wheels on PyPI:
  13. pypi_wheels = altair==4.1.0
  14. astor==0.8.1
  15. attrs==21.2.0
  16. backcall==0.2.0
  17. backports.zoneinfo==0.2.1
  18. base58==2.1.0
  19. bleach==4.1.0
  20. blinker==1.4
  21. cachetools==4.2.2
  22. certifi==2021.5.30
  23. cffi==1.14.6
  24. charset-normalizer==2.0.6
  25. click==7.1.2
  26. decorator==5.1.0
  27. defusedxml==0.7.1
  28. distlib==0.3.3
  29. entrypoints==0.3
  30. idna==3.2
  31. jsonschema==3.2.0
  32. mistune==0.8.4
  33. mypy-extensions==0.4.3
  34. numpy==1.21.1
  35. packaging==21.0
  36. pandas==1.3.3
  37. pandocfilters==1.5.0
  38. parso==0.8.2
  39. pillow==8.3.2
  40. platformdirs==2.4.0
  41. prompt-toolkit==3.0.20
  42. protobuf==3.18.0
  43. pyarrow==5.0.0
  44. pycparser==2.20
  45. pydeck==0.7.0
  46. pyparsing==2.4.7
  47. pyrsistent==0.18.0
  48. python-dateutil==2.8.2
  49. pytz==2021.1
  50. requests==2.26.0
  51. requests-download==0.1.2
  52. send2trash==1.8.0
  53. setuptools==57.0.0
  54. six==1.14.0
  55. smmap==4.0.0
  56. streamlit==1.0.0
  57. terminado==0.12.1
  58. testpath==0.5.0
  59. toml==0.10.2
  60. tomli==1.2.1
  61. toolz==0.11.1
  62. tornado==6.1
  63. traitlets==5.1.0
  64. typing-extensions==3.10.0.2
  65. tzlocal==3.0
  66. urllib3==1.26.7
  67. validators==0.18.2
  68. # panda dependencies
  69. Jinja2==3.0.1
  70. # Jinja2 dependencies
  71. MarkupSafe==2.0.1
  72. # Plotly and its dependencies
  73. plotly==5.3.1
  74. tenacity==8.0.1
  75. # fpdf
  76. fpdf2==2.4.5
  77. extra_wheel_sources = ./wheels