-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements-dev.txt
98 lines (72 loc) · 2.51 KB
/
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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#########################################
# Build system
#########################################
'auditwheel>=5.1.2',
'build>=0.9.0',
'coverage>=4.5.4',
'expects>=0.9.0',
# 'networkx'
# 'rypy2>=3.4.2'
# Vanity
#'ghstats>=1.2.0',
#########################################
# Documentation
#########################################
'docutils>=0.17',
#'grip>=4.6.2',
'sphinx>=8.0.2',
#'sphinx-autodoc',
# These are kind of developmental things, there really cant be testing around a 5% tested codebase, this is open source at its worse,
# and considering otherwise is toxic.
'pytest>=5.3.5',
#########################################
#
# Miss me with it
#########################################
'twine==4.0.1'
#########################################
# Build system
#########################################
auditwheel>=5.1.2
build>=0.9.0
coverage>=4.5.4
expects>=0.9.0
setuptools>=61.3.1
#########################################
# Documentation
#########################################
docutils>=0.17
#grip>=4.6.2
sphinx>=8.0.2
# sphinx-autodoc
# These are kind of developmental things, there really cant be testing around a 5% tested codebase, this is open source at its worse,
# and considering otherwise is toxic.
pytest>=5.3.5
#########################################
#
# Miss me with it
#########################################
twine==4.0.1
# biopython is kind of optional? the sequence libraries wont work but the program can still install and read and write custom formats when the sequence library dependency is installed. not needed for all commands. just one component of the program.
#biopython>=1.81
# # 3/31/24 - Still, very optional
# from a developers perspective, not needed for function.
#auditwheel==5.1.2
#pytest==5.3.5
# Also optional, you should not be trying to take this too far from feedback cycles, cause im not the best and i need communication, not, "all artists lie..." kind of vibes, click in?
# I have plenty of issues
#twine==4.0.1
# # 3/31/24
# # Absurdely optional
# #----------------------------------------------------------not even entertaining it
#Cython>=3.0.0.a11
#Cython=3.0.8
# back here i was still writing custom numerical implementations, and not just attempting cnxt
# Graphics
# honestly... pretty optional
#########################################
#matplotlib>=3.5.3
# 3/31/24 - yes this is obviously, very very obviously a development dependency
# networkx
# Very optional
# rpy2>=3.4.2