Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit d891a47

Browse files
committed
Add parts for Thoth's bots
1 parent 438308a commit d891a47

File tree

9 files changed

+566
-26
lines changed

9 files changed

+566
-26
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Ignore files cached by Hypothesis...
2+
.hypothesis/*
13

24
# Created by https://www.gitignore.io/api/python,pycharm,intellij,jupyternotebook
35

Pipfile

+4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7+
pytest = "*"
8+
hypothesis = "*"
79

810
[packages]
911
numpy = "*"
1012
matplotlib = "*"
1113
pandas = "*"
1214
sklearn = "*"
15+
pytest-timeout = "*"
16+
pytest-cov = "*"
1317

1418
[requires]
1519
python_version = "3.6"

Pipfile.lock

+223-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)