Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit d68fe6c

Browse files
committed
Pipfiles for developpement
1 parent 185f8c9 commit d68fe6c

File tree

2 files changed

+557
-0
lines changed

2 files changed

+557
-0
lines changed

Pipfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
pytest = "*"
8+
pytest-cov = "*"
9+
mock = "*"
10+
gym = "*"
11+
ipython = "*"
12+
isort = "*"
13+
black = "*"
14+
python-language-server = {extras = ["mccabe", "pydocstyle", "pyflakes", "rope"],version = "*"}
15+
16+
[requires]
17+
python_version = "3.7"
18+
19+
[packages]
20+
ignite-rl = {editable = true,path = "."}
21+
22+
[pipenv]
23+
allow_prereleases = true

0 commit comments

Comments
 (0)