π Pin dotnetcore2 version (#8)
* π Pin dotnetcore2 version * π§ Removing dependencies check * π§ Undoing previous change * π Pin dotnetcore2 to 2.1.23 to fix tests Co-authored-by: Peter Hessey <a-phessey@microsoft.com>
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
27ed1593a2
ΠΠΎΠΌΠΌΠΈΡ
3deb33a47a
|
@ -1,4 +1,4 @@
|
|||
dotnetcore2
|
||||
dotnetcore2==2.1.23
|
||||
flake8==3.8.4
|
||||
mypy==0.800
|
||||
pydicom==2.1.2
|
||||
|
|
3
setup.py
3
setup.py
|
@ -13,7 +13,6 @@ import os
|
|||
import pathlib
|
||||
from setuptools import setup, find_packages # type: ignore
|
||||
|
||||
|
||||
here = pathlib.Path(__file__).parent.resolve()
|
||||
|
||||
# Get the long description from the README file
|
||||
|
@ -66,6 +65,6 @@ setup(
|
|||
package_dir={"": "src"},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'dotnetcore2'
|
||||
'dotnetcore2==2.1.23'
|
||||
],
|
||||
)
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅