8000 Add requirements file for readthedocs · vicdeveloper/PyMySQL@66d624b · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 66d624b

Browse files
committed
Add requirements file for readthedocs
1 parent 2864ae8 commit 66d624b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Pipfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[[source]]
2+
url = "https://pypi.python.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
cryptography = "*"
8+
9+
[dev-packages]
10+
pytest = "*"
11+
unittest2 = "*"
12+
twine = "*"

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cryptography
2+

0 commit comments

Comments
 (0)
0