-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependency management for pypi deploys, installs (#9)
* Fix some path issues in setup.py Filepaths should be now resolved relative to `setup.py`. Previously this was causing issues when installing the module outside of the project dir. * Re-enable test pypi server * bump version for test release * Use proper dev release version syntax * Switch test release version to PEP440 compliant string * Fixing requirements management - Setup.py has minimal requirements specified within the file - No more test_requirements.txt - requirements.txt holds complete environment now (e.g. pip freeze) - For good measure, dependency versions brought up-to-date * Remove pkg-resources in requirements.txt * Finalize for official release
- Loading branch information
Showing
5 changed files
with
73 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
eth-utils==1.4.1 | ||
atomicwrites==1.3.0 | ||
attrdict==2.0.1 | ||
attrs==19.1.0 | ||
certifi==2019.3.9 | ||
chardet==3.0.4 | ||
coverage==4.5.3 | ||
coveralls==1.8.0 | ||
cytoolz==0.9.0.1 | ||
docopt==0.6.2 | ||
eth-abi==1.3.0 | ||
eth-account==0.3.0 | ||
eth-hash==0.2.0 | ||
eth-keyfile==0.5.1 | ||
eth-keys==0.2.3 | ||
eth-rlp==0.1.2 | ||
eth-typing==2.1.0 | ||
eth-utils==1.6.0 | ||
hexbytes==0.2.0 | ||
idna==2.8 | ||
importlib-metadata==0.17 | ||
lru-dict==1.1.6 | ||
more-itertools==7.0.0 | ||
packaging==19.0 | ||
parsimonious==0.8.1 | ||
pluggy==0.12.0 | ||
py==1.8.0 | ||
pycryptodome==3.8.2 | ||
pyparsing==2.4.0 | ||
pysha3==1.0.2 | ||
pytest==4.6.2 | ||
pytest-cov==2.7.1 | ||
requests==2.22.0 | ||
rlp==1.1.0 | ||
six==1.12.0 | ||
toolz==0.9.0 | ||
urllib3==1.25.3 | ||
wcwidth==0.1.7 | ||
web3==4.9.2 | ||
websockets==6.0 | ||
zipp==0.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.