Closed MrMallik closed 4 months ago
App will not be runnable on Python 3.12 and above. Made changes so that it will be runnable.
From Python 3.12 disutils was removed (here) disutils was used for install requirements. From python 3.12 they started using setuptools.
All I did was replace the requirements.txt and bumped up the versions.
Thank you!
App will not be runnable on Python 3.12 and above. Made changes so that it will be runnable.
From Python 3.12 disutils was removed (here) disutils was used for install requirements. From python 3.12 they started using setuptools.
All I did was replace the requirements.txt and bumped up the versions.