-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
57 lines (50 loc) · 1.42 KB
/
requirements.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# For DQ, DCI2
#!astropy==0.4.2
#!astropy==1.0
astropy==1.0.2
decorator==3.4.0
nose==1.3.4
pkginfo==1.1
pyparsing==2.0.2
python-dateutil==2.4.2
python-magic==0.4.6
requests==2.20.0
six==1.7.3
twine==1.3.1
wheel==0.24.0
PyYAML==5.4
redis==2.10.1
#! freetype-py==0.4.2
#! ipython==2.2.0
#! lockfile==0.9.1
#! python-daemon==1.5.5
#! python-dateutil==2.2
#! graphviz==0.4
#! hiredis==0.1.4
#! matplotlib==1.4.0b
# Pre-release Versions
#
# Starting with v1.4, pip will only install stable versions as specified
# by PEP426 by default. If a version cannot be parsed as a compliant
# PEP426 version then it is assumed to be a pre-release.
#
# If a Requirement specifier includes a pre-release or development
# version (e.g. >=0.0.dev0) then pip will allow pre-release and
# development versions for that requirement. This does not include the
# != flag.
#
# The pip install command also supports a –pre flag that will enable
# installing pre-releases and development releases.
#! dataq>=0.0.dev0
#! tada>=0.0.dev0
#! dataq>=0.0.0 # final release
#! tada>=0.0.0
# Use local current version
#!-e /sandbox/data-queue
#!-e /sandbox/tada
# Use current version from github
# -e [email protected]:pothiers/data-queue.git#egg=dataq
# -e [email protected]:pothiers/tada.git#egg=tada
# Use current version from github; no credentials (cannot push)
git+https://github.com/pothiers/data-queue.git#egg=dataq
git+https://github.com/pothiers/tada.git#egg=tada