troggle-unchained/deprecations.txt

7 lines
611 B
Plaintext
Raw Normal View History

/home/philip/.local/lib/python3.10/site-packages/django/utils/version.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
2022-06-25 18:01:43 +01:00
from distutils.version import LooseVersion
/home/philip/.local/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop
2022-06-25 18:01:43 +01:00
event_loop = asyncio.get_event_loop()
/home/philip/.local/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop
2022-06-25 18:01:43 +01:00
event_loop = asyncio.get_event_loop()