mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-21 17:37:15 +00:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
# requirements.txt v1.0
|
|
# ---------------------
|
|
# Add project specific python requirements to this file.
|
|
# Do not commit them in the project!
|
|
# Make sure they exist on our corporate PyPi server.
|
|
|
|
pyhamcrest==1.8.0
|
|
pytz>=2014
|
|
pytest==2.6.4
|
|
mock==1.0.1
|
|
dnspython==1.14.0
|
|
boto==2.48.0
|
|
future==0.16.0
|
|
requests==2.19.1 |