You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/python
evanchia-ly-sdets dbb4e76a3d
updating python packages py, pillow, and urllib3 (#7155)
* updating python packages py, pillow, and urllib3

Signed-off-by: evanchia <evanchia@amazon.com>

* updating dependencies versions as well

Signed-off-by: evanchia <evanchia@amazon.com>
4 years ago
..
Platform [Mac] Generate O3DE SDK app bundle that can be notarized and distributed (#4150) 4 years ago
.gitignore Integrating latest 47acbe8 5 years ago
.p4ignore Initial commit 5 years ago
CMakeLists.txt PR comments/improvements 4 years ago
get_python.bat Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
get_python.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
get_python.sh [Mac] Generate O3DE SDK app bundle that can be notarized and distributed (#4150) 4 years ago
get_python_path.bat Refactor DCCsi to work better with O3DE changes (#4226) 4 years ago
get_python_path.py Refactor DCCsi to work better with O3DE changes (#4226) 4 years ago
pip.cmd Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
pip.sh Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
python.cmd Some fixes for paths with spaces (#6757) 4 years ago
python.sh Added pdbs for python windows in order to allow python/c++ debugging on VS (#3661) 4 years ago
readme.md Initial commit 5 years ago
requirements.txt updating python packages py, pillow, and urllib3 (#7155) 4 years ago

readme.md

About this folder

This folder holds things like the python requirements.txt file that applies to all projects across the board.

Python will also be downloaded as a package from a packge store during CMAKE configure, and will be committed to this folder, under a sub-folder called "runtime/(operating system name)" which is why its in the ignore file.