Skip to content

Commit

Permalink
update layout to fit with pyproject.toml format
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcl4 committed Jan 12, 2024
1 parent c8287d7 commit 9b287f5
Show file tree
Hide file tree
Showing 50 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "greed"
readme = "README.md"
license = {file = "LICENSE"}
version = "0.1.0"
dependencies = [
'ipython>=7.16.3',
'networkx>=2.5.1',
'pytest==7.2.1',
'solc-select>=0.2.1',
'sympy>=1.9',
'web3>=5.31.1',
'aiohttp!=4.0.0a1,!=4.0.0a0',
'alive-progress',
'mkdocs',
'mkdocs-click',
'pymdown-extensions',
'lazydocs',
]
requires-python = ">=3.8"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9b287f5

Please sign in to comment.