-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathbasic.txt
More file actions
32 lines (28 loc) · 976 Bytes
/
basic.txt
File metadata and controls
32 lines (28 loc) · 976 Bytes
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
31
32
# ============================================================================
# PYTHON PACKAGE REQUIREMENTS: basic
# ============================================================================
# REQUIRES: Python >= 2.7
# DESCRIPTION:
# pip install -r <THIS_FILE>
#
# SEE ALSO:
# * https://pip.pypa.io/en/stable/user_guide/
# ============================================================================
# -- BEHAVE-RELATED:
# behave >= 1.2.6
# git+https://github.com/behave/behave.git@v1.2.7.dev6
behave ==1.3.3
PyHamcrest <2.0.0; python_version < '3.5'
PyHamcrest >= 2.0.2; python_version >= '3.5'
-r behave_ext.txt
enum34; python_version < '3.4'
parse >= 1.18.0
parse_type >= 0.6.0
# -- MAYBE: behave requirements
# traceback2 >= 1.4.0; python_version < '3.0'
traceback2; python_version < '3.0'
contextlib2; python_version < '3.5'
win_unicode_console >= 0.5; python_version < '3.6'
colorama >= 0.3.7
# -- UNCLEAR WHY:
# argparse; python_version <= '3.3'