File tree Expand file tree Collapse file tree 3 files changed +39
-3
lines changed
Expand file tree Collapse file tree 3 files changed +39
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ git commit
4747* Install dependencies:
4848
4949``` bash
50- python3 -m pip install --user --upgrade setuptools wheel
51- python3 -m pip install --user --upgrade twine
50+ pip install -r requirements.txt
5251```
5352
5453* Bump version in ` setup.py `
Original file line number Diff line number Diff line change 1+ absl-py == 0.7.0
2+ astor == 0.7.1
3+ bleach == 3.1.0
4+ certifi == 2018.11.29
5+ chardet == 3.0.4
6+ docutils == 0.15.2
7+ fire == 0.1.3
8+ gast == 0.2.2
9+ grpcio == 1.18.0
10+ h5py == 2.9.0
11+ idna == 2.8
12+ importlib-metadata == 1.5.0
13+ isodate == 0.6.0
14+ Keras-Applications == 1.0.7
15+ Keras-Preprocessing == 1.0.9
16+ keyring == 21.1.0
17+ Markdown == 3.0.1
18+ numpy == 1.16.1
19+ pkginfo == 1.4.2
20+ protobuf == 3.6.1
21+ Pygments == 2.4.2
22+ pyparsing == 2.4.0
23+ rdflib == 4.2.2
24+ readme-renderer == 24.0
25+ regex == 2017.4.5
26+ requests == 2.21.0
27+ requests-toolbelt == 0.8.0
28+ six == 1.12.0
29+ tensorboard == 1.12.2
30+ tensorflow == 1.12.0
31+ termcolor == 1.1.0
32+ tqdm == 4.23.4
33+ twine == 3.1.1
34+ urllib3 == 1.24.1
35+ webencodings == 0.5.1
36+ Werkzeug == 0.14.1
37+ zipp == 3.1.0
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "beta_code" ,
8- version = "0.0.5 " ,
8+ version = "0.1.0 " ,
99 author = "perseids" ,
1010 author_email = "perseids@tufts.edu" ,
1111 description = "Converts Greek Beta Code to Greek characters and vice versa" ,
You can’t perform that action at this time.
0 commit comments