forked from frePPLe/frepple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.dev.txt
30 lines (26 loc) · 905 Bytes
/
requirements.dev.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
# Runtime packages
-r requirements.txt
# Package to support timezone conversions
tzlocal
# Extra packages for development environments
black == 23.10.1
Jinja2 < 3.1 ; python_version < '3.10' # Jinja 3.1 breaks sphinx
Jinja2 == 3.1.4 ; python_version >= '3.10'
docutils == 0.16 ; python_version < '3.10'
docutils == 0.18.1 ; python_version >= '3.10'
Sphinx == 3.5.3 ; python_version < '3.10'
Sphinx == 7.2.6; python_version >= '3.10'
sphinx-tabs == 3.2.0 ; python_version < '3.10'
sphinx-tabs == 3.4.4 ; python_version >= '3.11'
sphinx-sitemap == 2.5.1
sphinx-reredirects == 0.1.3
selenium
chromedriver-autoinstaller == 0.6.4
selenium_firefox == 2.0.7 # Issues with urllib3 on recent versions
# Extra package to allow python debugging of the embedded interpreter
debugpy == 1.6.6
# Extra packages for windows development environments
# pywin32
# adodbapi
# cx_Freeze == 6.5.3
# cx_Logging == 2.2