File: test.txt

package info (click to toggle)
python-django-celery-beat 2.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,176 kB
  • sloc: python: 3,437; makefile: 321; sh: 22
file content (10 lines) | stat: -rw-r--r-- 435 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,<10.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