File: requirements.txt

package info (click to toggle)
cclib 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 55,300 kB
  • sloc: python: 23,276; makefile: 84; sh: 26
file content (20 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
packaging>=19.0
numpy

# methods
scipy>=1.2.0
periodictable

# bridges
biopython==1.76
ase>=3.21 ; python_version >= '3.5'
git+https://github.com/cclib/pyquante2.git@py37
git+https://github.com/theochem/iodata.git@1.0.0a2

# For building the documentation
sphinx

# For testing
pytest
coverage
pytest-cov