File: test.txt

package info (click to toggle)
python-django-celery-beat 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,112 kB
  • sloc: python: 3,440; makefile: 319; sh: 22
file content (10 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Base dependencies (common for all Python versions)
ephem
pytest-timeout

# Conditional dependencies
pytest>=6.2.5,<8.0; python_version < '3.9'  # Python 3.8 only
pytest>=6.2.5,<9.0; python_version >= '3.9'  # Python 3.9+ only
pytest-django>=4.5.2,<4.6.0; python_version < '3.9'  # Python 3.8 only
pytest-django>=4.5.2,<5.0; python_version >= '3.9'    # Python 3.9+ only
backports.zoneinfo; python_version < '3.9'  # Python 3.8 only