Compare commits
2 Commits
d5963d4b09
...
84ab1e4218
Author | SHA1 | Date | |
---|---|---|---|
84ab1e4218 | |||
2a149715a8 |
14
README.md
14
README.md
|
@ -22,7 +22,19 @@ Defined hierarchy:
|
|||
- `Commodity`
|
||||
|
||||
|
||||
# License
|
||||
## Dependencies
|
||||
|
||||
All requirements can be installed easily using:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Full list of requirements:
|
||||
- [enforce-typing](https://pypi.org/project/enforce-typing/)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
```
|
||||
MIT License
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.36'
|
||||
__version__ = '0.1.37'
|
||||
|
|
Loading…
Reference in New Issue
Block a user