1
1
-r requirements-sys.txt
2
- aenum ; python_version < "3.6"
3
- alembic >= 1.3.0 ,< 1.5 ; python_version < = "3.6"
4
- alembic >= 1.10 ; python_version >= "3.7"
2
+ alembic >= 1.10
5
3
# TODO: remove when merged
6
4
# until fix merged and deployed (https://github.com/authomatic/authomatic/pull/195)
7
5
# old variants:
8
6
# -e git+https://github.com/fmigneault/authomatic.git@httplib-port#egg=Authomatic
9
7
# https://github.com/fmigneault/authomatic/archive/httplib-port.zip#egg=Authomatic-1.0.1
10
- # new authomatic handles openid install correctly
11
- # leave http port until merged:
8
+ # - new authomatic handles openid install correctly
9
+ # - https://github.com/authomatic/authomatic/tree/master includes #195 (http-po#rt)
10
+ # via https://github.com/authomatic/authomatic/pull/227
11
+ # However, this is not the latest tag https://github.com/authomatic/authomatic/tree/1.2.1 (done before #227).
12
+ # - Requires https://github.com/authomatic/authomatic/issues/233 for Python 3.12 (temporary patch in magpie.__init__)
12
13
authomatic [OpenID ] @ https://github.com/fmigneault/authomatic/archive/httplib-port.zip
13
14
bcrypt >= 3.1.6
14
15
# FIXME: integrate when implemnted by official package (see https://github.com/bbangert/beaker/issues/201)
15
16
beaker @ https://github.com/crim-ca/beaker/archive/0ac88bcd8cca063a571fc385ffbe9bcc8acaa690.zip
16
17
colander
17
- cornice < 5 ; python_version < "3"
18
- cornice ; python_version >= "3.6"
19
- cornice < 6.1 ; python_version == "3.5"
18
+ cornice
20
19
cornice_swagger >= 0.7.0
21
20
dicttoxml
22
- # futures is required for gunicorn threads
23
- futures ; python_version < "3"
24
- # flag --paste breaks for >20, must use pserve instead
25
- gunicorn < 20 ; python_version < "3.5" # pyup: ignore
26
- gunicorn >= 20 ; python_version >= "3"
21
+ gunicorn >= 22
27
22
humanize
28
- jsonschema < 4 ; python_version < "3.6"
29
- jsonschema >= 4 ; python_version >= "3.6"
23
+ jsonschema >= 4
30
24
lxml >= 3.7
31
25
mako # controlled by pyramid_mako
32
26
paste
@@ -40,29 +34,20 @@ pyramid_mako>=1.0.2
40
34
pyramid_retry == 2.1.1
41
35
pyramid_tm >= 2.2.1
42
36
python-dotenv
43
- python2-secrets ; python_version < = "3.5"
44
37
pyyaml >= 5.1
45
38
requests
46
39
requests_file
47
40
simplejson
48
41
six >= 1.12.0
49
- # see also: safety 51668, https://github.com/sqlalchemy/sqlalchemy/pull/8563, still beta + major version change 2.0.0b1
50
- sqlalchemy == 1.3.* ; python_version < = "3.6" # pyup: ignore
51
- sqlalchemy >= 1.4.44 ,< 2 ; python_version >= "3.7" # pyup: ignore
42
+ # see also: safety 51668, https://github.com/sqlalchemy/sqlalchemy/pull/8563
43
+ sqlalchemy >= 1.4.44 ,< 2 # pyup: ignore
52
44
# see also: safety 42194, https://github.com/kvesteri/sqlalchemy-utils/issues/166, not fixed since 2015
53
- sqlalchemy-utils < 0.36.4 ; python_version < "3" # pyup: ignore
54
- sqlalchemy-utils == 0.37.9 ; python_version >= "3" and python_version <= "3.5" # pyup: ignore
55
- sqlalchemy-utils == 0.39.0 ; python_version >= "3.6" # pyup: ignore
56
- threddsclient == 0.4.2 ; python_version < "3" # pyup: ignore
57
- threddsclient >= 0.4.2 ; python_version >= "3"
45
+ sqlalchemy-utils == 0.39.0 # pyup: ignore
46
+ threddsclient >= 0.4.2
58
47
transaction
59
- typing ; python_version < "3"
60
- # typing extension required for TypedDict
61
- typing_extensions ; python_version < "3.8"
62
- wheel ; python_version < = "3.6"
63
- wheel >= 0.38 ; python_version >= "3.7"
48
+ typing_extensions
49
+ wheel >= 0.38
64
50
webob
65
- ziggurat_foundations == 0.8.4 ; python_version < = "3.6" # pyup: ignore
66
- ziggurat_foundations == 0.9.1 ; python_version >= "3.7"
51
+ ziggurat_foundations == 0.9.1
67
52
zope.interface >= 4.7.2 ,< 5
68
53
zope.sqlalchemy == 1.6
0 commit comments