allura
修訂 | 1ecd6d1ce0a714aace9fdb86d47c9e696a0eacb5 (tree) |
---|---|
時間 | 2012-03-30 21:23:47 |
作者 | Dave Brondsema <dbrondsema@geek...> |
Commiter | Yaroslav Luzin |
[#3875] update pygments
Signed-off-by: Dave Brondsema <dbrondsema@geek.net>
@@ -24,6 +24,7 @@ oauth2==1.5.170 | ||
24 | 24 | PasteScript==1.7.4.2 |
25 | 25 | PIL==1.1.7 |
26 | 26 | poster==0.8.1 |
27 | +Pygments==1.5 | |
27 | 28 | pymongo==2.1.1 |
28 | 29 | Pypeline==0.1dev |
29 | 30 | pysolr==2.1.0-beta |
@@ -1,6 +1,4 @@ | ||
1 | 1 | # requirements for local development, or other deployment instances |
2 | 2 | |
3 | -Pygments==1.4 | |
4 | - | |
5 | 3 | # Include our common requirements |
6 | 4 | -r requirements-common.txt |
@@ -15,7 +15,6 @@ Zarkov==0.1.0dev-20110815 | ||
15 | 15 | gevent==0.13.6 |
16 | 16 | greenlet==0.3.1 |
17 | 17 | gevent-zeromq==0.2.0 |
18 | -Pygments==1.4sf1-20110601 | |
19 | 18 | |
20 | 19 | # for the migration scripts only |
21 | 20 | html2text==3.101 |
@@ -31,4 +30,4 @@ pyprof2calltree==1.1.0 | ||
31 | 30 | repoze.profile==1.3 |
32 | 31 | |
33 | 32 | # Include our common requirements |
34 | --r requirements-common.txt | |
\ No newline at end of file | ||
33 | +-r requirements-common.txt |
@@ -9,7 +9,6 @@ phpserialize==1.2 | ||
9 | 9 | psycopg2==2.2.2 |
10 | 10 | sf.phpsession==0.1 |
11 | 11 | pyzmq==2.1.7 |
12 | -Pygments==1.4sf1-20110601 | |
13 | 12 | |
14 | 13 | # for the migration scripts only |
15 | 14 | html2text==3.101 |