# Pip requirements file for installation of syslog2 project.
#
# The order of packages is significant, because pip processes them in the order
# of appearance.
#
# Make sure that the minimum versions required in this file are consistent with
# the minimum versions specified in minimum-constraints.txt.


# The base dependencies are not specified in this file:
# pip
# setuptools
# wheel


# Direct dependencies (except pip, setuptools, wheel):

six>=1.14.0
pytz>=2019.1

macos_oslog>=0.5.0; sys_platform=='darwin' and python_version >= '3.5'

# There is no version of pywin32 for py34.
# Pywin32 version 227 (or so) is needed for using the win32evtlog module.
pywin32>=228; sys_platform == 'win32' and python_version <= '3.9'
pywin32>=302; sys_platform == 'win32' and python_version >= '3.10'


# Indirect dependencies are not specified in this file.
