Skip to content

Commit 9b287f5

Browse files
committed
update layout to fit with pyproject.toml format
1 parent c8287d7 commit 9b287f5

50 files changed

Lines changed: 24 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[build-system]
2+
requires = ["setuptools >= 61.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "greed"
7+
readme = "README.md"
8+
license = {file = "LICENSE"}
9+
version = "0.1.0"
10+
dependencies = [
11+
'ipython>=7.16.3',
12+
'networkx>=2.5.1',
13+
'pytest==7.2.1',
14+
'solc-select>=0.2.1',
15+
'sympy>=1.9',
16+
'web3>=5.31.1',
17+
'aiohttp!=4.0.0a1,!=4.0.0a0',
18+
'alive-progress',
19+
'mkdocs',
20+
'mkdocs-click',
21+
'pymdown-extensions',
22+
'lazydocs',
23+
]
24+
requires-python = ">=3.8"
File renamed without changes.

0 commit comments

Comments
 (0)