Skip to content

Commit 87ae1fa

Browse files
committed
Fix deps
1 parent 416d976 commit 87ae1fa

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

requirements.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
amply==0.1.4
2-
certifi==2021.5.30
3-
docutils==0.17.1
4-
numpy==1.19.5
5-
PuLP==2.4
1+
attrs==21.2.0
2+
certifi==2021.10.8
3+
charset-normalizer==2.0.7
4+
idna==3.3
5+
iniconfig==1.1.1
6+
packaging==21.2
7+
pluggy==1.0.0
8+
py==1.11.0
69
pyparsing==2.4.7
7-
python-dateutil==2.8.1
8-
pytz==2021.1
9-
requests==2.25.1
10+
pytest==6.2.5
11+
requests==2.26.0
1012
responses==0.15.0
1113
six==1.16.0
14+
toml==0.10.2
15+
urllib3==1.26.7

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
description=DESCRIPTION,
1414
long_description=LONG_DESCRIPTION,
1515
packages=find_packages(),
16-
install_requires=['PuLP==2.4'],
1716
keywords=['fanduel', 'api', 'mma', 'dfs',
1817
'lineup', 'optimizer', 'generator'],
1918
classifiers=[

0 commit comments

Comments
 (0)