File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010with open (path .join (here , "README.rst" ), encoding = "utf-8" ) as f :
1111 long_description = f .read ()
1212
13- with open ("requirements.txt" ) as f :
14- required = f .read ().splitlines ()
15-
1613setup (
1714 name = "xchem-frag" ,
1815 version = environ .get ("GITHUB_REF_NAME" , "1.0.0" ),
4643 # your project is installed. For an analysis of "install_requires" vs pip's
4744 # requirements files see:
4845 # https://packaging.python.org/en/latest/requirements.html
49- install_requires = required ,
46+ install_requires = [
47+ "neo4j-driver==4.4.11" ,
48+ "ipython>5.4.1" ,
49+ "tqdm>=4.65.0" ,
50+ "numpy>=1.25.2" ,
51+ "requests>=2.31.0" ,
52+ ],
5053 # List additional groups of dependencies here (e.g. development
5154 # dependencies). You can install these using the following syntax,
5255 # for example:
You can’t perform that action at this time.
0 commit comments