File: requirements.txt

package info (click to toggle)
python-mitogen 0.3.43-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,816 kB
  • sloc: python: 24,940; sh: 144; makefile: 74; perl: 19; ansic: 18
file content (30 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Django==1.11.29;    python_version < '3.0'
Django==3.2.20;     python_version >= '3.6'

mock==3.0.5;                python_version == '2.7'
mock==5.2.0;                python_version >= '3.6'

pexpect==4.9

psutil==6.1.1;              python_version <= '2.7'
psutil==7.1.0;              python_version >= '3.6'

pytest==4.6.11;             python_version == '2.7'
pytest==7.0.1;              python_version == '3.6'
pytest==7.4.4;              python_version == '3.7'
pytest==8.3.5;              python_version == '3.8'
pytest==8.4.2;              python_version >= '3.9'

subprocess32==3.5.4; python_version < '3.0'
timeoutcontext==1.2.0
# Fix InsecurePlatformWarning while creating py26 tox environment
# https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
urllib3[secure]==1.23; python_version < '2.7'
urllib3[secure]==1.26; python_version > '2.6' and python_version < '2.7.9'
# Last idna compatible with Python 2.6 was idna 2.7.
idna==2.7; python_version < '2.7'

virtualenv==20.15.1;        python_version == '2.7'
virtualenv==20.17.1;        python_version == '3.6'
virtualenv==20.26.6;        python_version == '3.7'
virtualenv==20.34.0;        python_version >= '3.8'