Skip to content

Commit 24c5d60

Browse files
authored
Upgrade eiffellib to 1.2.0 (#57)
This upgrade adds support for a few new event versions, namely ActS 4.0.0, ActT 4.0.0, ArtP 3.1.0 and CD 3.1.0.
1 parent 7be6b21 commit 24c5d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# numpy==1.13.3
1616
# scipy==1.0
1717
#
18-
eiffellib==1.1.1
18+
eiffellib==1.2.0
1919
requests==2.22.0
2020
pymongo[srv]==3.9.0
2121
graphql-core==2.2.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package_dir =
2323
=src
2424
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
2525
setup_requires = pyscaffold>=3.2a0,<3.3a0
26-
install_requires = eiffellib==1.1.1;requests==2.22.0;pymongo[srv]==3.9.0;graphql-core==2.2.1;gql==0.1.0;Flask==1.1.1;Flask-GraphQL==2.0.0;graphene==2.1.8;gunicorn==20.0.4;gevent==1.4.0
26+
install_requires = eiffellib==1.2.0;requests==2.22.0;pymongo[srv]==3.9.0;graphql-core==2.2.1;gql==0.1.0;Flask==1.1.1;Flask-GraphQL==2.0.0;graphene==2.1.8;gunicorn==20.0.4;gevent==1.4.0
2727

2828
[options.package_data]
2929
* = *.json

0 commit comments

Comments
 (0)